summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_format_selector.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-07-17 03:48:18 +0200
committerRobin Gareus <robin@gareus.org>2017-07-17 21:06:04 +0200
commiteb1e423b7521d4c277c11a884113f40e7406ade8 (patch)
treefcb6e900df8af04897c93cd539a5e42af7076b23 /gtk2_ardour/export_format_selector.h
parentf9e5e4360e54f5ff5327b4384ee451d86f8dec91 (diff)
Remove <gtkmm.h> include from header files.
Diffstat (limited to 'gtk2_ardour/export_format_selector.h')
-rw-r--r--gtk2_ardour/export_format_selector.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/gtk2_ardour/export_format_selector.h b/gtk2_ardour/export_format_selector.h
index e416918d20..2b7d371d04 100644
--- a/gtk2_ardour/export_format_selector.h
+++ b/gtk2_ardour/export_format_selector.h
@@ -22,10 +22,15 @@
#define __export_format_selector_h__
#include <string>
-#include <gtkmm.h>
#include <sigc++/signal.h>
#include <boost/shared_ptr.hpp>
+#include <gtkmm/box.h>
+#include <gtkmm/button.h>
+#include <gtkmm/combobox.h>
+#include <gtkmm/liststore.h>
+#include <gtkmm/treemodel.h>
+
#include "ardour/export_profile_manager.h"
#include "ardour/session_handle.h"