summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_preset_selector.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/export_preset_selector.h')
-rw-r--r--gtk2_ardour/export_preset_selector.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/gtk2_ardour/export_preset_selector.h b/gtk2_ardour/export_preset_selector.h
index 6203b76dac..748d26a326 100644
--- a/gtk2_ardour/export_preset_selector.h
+++ b/gtk2_ardour/export_preset_selector.h
@@ -22,7 +22,13 @@
#define __export_preset_selector_h__
#include <sigc++/signal.h>
-#include <gtkmm.h>
+
+#include <gtkmm/box.h>
+#include <gtkmm/button.h>
+#include <gtkmm/comboboxentry.h>
+#include <gtkmm/label.h>
+#include <gtkmm/liststore.h>
+#include <gtkmm/treemodel.h>
#include "ardour/export_profile_manager.h"