summaryrefslogtreecommitdiff
path: root/gtk2_ardour/note_base.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/note_base.h
parentea354226c19c65c81e4b0685caef1d0e5d005eab (diff)
Trim dependence on evoral types.hpp and Beats.hpp
Diffstat (limited to 'gtk2_ardour/note_base.h')
-rw-r--r--gtk2_ardour/note_base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/note_base.h b/gtk2_ardour/note_base.h
index 059aa9dc8f..d55f87c552 100644
--- a/gtk2_ardour/note_base.h
+++ b/gtk2_ardour/note_base.h
@@ -23,7 +23,6 @@
#include <boost/shared_ptr.hpp>
#include "canvas/types.h"
-#include "evoral/types.hpp"
#include "rgb_macros.h"
#include "ui_config.h"
@@ -33,6 +32,7 @@ class MidiRegionView;
namespace Evoral {
template<typename T> class Note;
+ class Beats;
}
namespace ArdourCanvas {