Uploaded start of CoreAudioSource. More sfdb work.
[ardour.git] / gtk2_ardour / imageframe_time_axis.h
index 266cb4405d61c8d2b032d6755f3d2b975b3805c0..3b64e32f96ed6b2d3fe9633b9548416fe0a5f4cd 100644 (file)
@@ -22,7 +22,7 @@
 #define __ardour_imageframe_time_axis_h__
 
 #include <list>
-#include <gtkmm.h>
+
 #include <libgnomecanvas/libgnomecanvas.h>
 
 #include "ardour_dialog.h"
@@ -35,6 +35,9 @@ namespace ARDOUR
 {
        class Session ;
 }
+namespace Gtk {
+       class Menu;
+}
 
 class PublicEditor ;
 class ImageFrameView ;