un-triple-buffer fastmeter (not finished), fix mixer strip name button, comment edito...
[ardour.git] / gtk2_ardour / new_session_dialog.h
index 155397ad3b930e953e91a301edf653ebf28a06da..ec3a3eb0333d67535659886aadc066e7c607beb5 100644 (file)
 #define NEW_SESSION_DIALOG_H
 
 #include <string>
-#include <gtkmm.h>
+#include <gtkmm/dialog.h>
+#include <glibmm/refptr.h>
+
+namespace Gtk {
+       class Entry;
+       class FileChooserButton;
+       class SpinButton;
+       class CheckButton;
+       class RadioButton;
+}
 
 #include "glade_factory.h"