summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/beats_frames_converter.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-10-05 13:58:35 -0400
committerDavid Robillard <d@drobilla.net>2016-03-21 18:58:31 -0400
commiteaca325ce81c63888ee70305ad384102e46757be (patch)
treea22a611e9e3f1bb70ac8b4a69287b25863f0f81f /libs/ardour/ardour/beats_frames_converter.h
parentea354226c19c65c81e4b0685caef1d0e5d005eab (diff)
Trim dependence on evoral types.hpp and Beats.hpp
Diffstat (limited to 'libs/ardour/ardour/beats_frames_converter.h')
-rw-r--r--libs/ardour/ardour/beats_frames_converter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/beats_frames_converter.h b/libs/ardour/ardour/beats_frames_converter.h
index 908dd1909e..4b7169bfe7 100644
--- a/libs/ardour/ardour/beats_frames_converter.h
+++ b/libs/ardour/ardour/beats_frames_converter.h
@@ -19,8 +19,8 @@
$Id: midiregion.h 733 2006-08-01 17:19:38Z drobilla $
*/
+#include "evoral/Beats.hpp"
#include "evoral/TimeConverter.hpp"
-#include "evoral/types.hpp"
#include "ardour/libardour_visibility.h"
#include "ardour/types.h"