summaryrefslogtreecommitdiff
path: root/gtk2_ardour/step_editor.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 /gtk2_ardour/step_editor.h
parentea354226c19c65c81e4b0685caef1d0e5d005eab (diff)
Trim dependence on evoral types.hpp and Beats.hpp
Diffstat (limited to 'gtk2_ardour/step_editor.h')
-rw-r--r--gtk2_ardour/step_editor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/step_editor.h b/gtk2_ardour/step_editor.h
index 31632a801b..b16cd8f863 100644
--- a/gtk2_ardour/step_editor.h
+++ b/gtk2_ardour/step_editor.h
@@ -25,7 +25,7 @@
#include <sigc++/trackable.h>
#include "pbd/signals.h"
-#include "evoral/types.hpp"
+#include "evoral/Beats.hpp"
namespace ARDOUR {
class MidiTrack;