summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_list_editor.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-10-19 21:53:09 +0000
committerDavid Robillard <d@drobilla.net>2011-10-19 21:53:09 +0000
commit0bc8832e208154a0f172d34182ed6b0bc8bba52f (patch)
tree644c340672ff6ca12cce8f697dcd3b88d7036c04 /gtk2_ardour/midi_list_editor.h
parent32bf6003c477fc74d1babde31d0a5d0e1cf28c63 (diff)
Trim include tree.
git-svn-id: svn://localhost/ardour2/branches/3.0@10244 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/midi_list_editor.h')
-rw-r--r--gtk2_ardour/midi_list_editor.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/gtk2_ardour/midi_list_editor.h b/gtk2_ardour/midi_list_editor.h
index 1e25d104f9..1d982fd56d 100644
--- a/gtk2_ardour/midi_list_editor.h
+++ b/gtk2_ardour/midi_list_editor.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2009 Paul Davis
+ Copyright (C) 2009 Paul Davis
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -14,7 +14,6 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-
*/
#ifndef __ardour_gtk2_midi_list_editor_h_
@@ -30,6 +29,10 @@
#include "ardour_dialog.h"
+namespace Evoral {
+ template<typename Time> class Note;
+};
+
namespace ARDOUR {
class MidiRegion;
class MidiModel;