Trim session.h include dependency tree.
[ardour.git] / gtk2_ardour / midi_selection.h
index 27b8ef73526173283c5e94a22510b016eaaed12f..de99392127d795e26c8a009ed12a163ee709a734 100644 (file)
@@ -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
@@ -23,7 +23,9 @@
 #include <list>
 
 class MidiRegionView;
+class MidiCutBuffer;
 
-struct MidiSelection : std::list<MidiRegionView*> {};
+struct MidiRegionSelection : std::list<MidiRegionView*> {};
+struct MidiNoteSelection   : std::list<MidiCutBuffer*> {};
 
 #endif /* __ardour_gtk_midi_selection_h__ */