summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_channel_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_channel_selector.h
parentf9e5e4360e54f5ff5327b4384ee451d86f8dec91 (diff)
Remove <gtkmm.h> include from header files.
Diffstat (limited to 'gtk2_ardour/export_channel_selector.h')
-rw-r--r--gtk2_ardour/export_channel_selector.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/gtk2_ardour/export_channel_selector.h b/gtk2_ardour/export_channel_selector.h
index d45b47ce72..1be8ec3547 100644
--- a/gtk2_ardour/export_channel_selector.h
+++ b/gtk2_ardour/export_channel_selector.h
@@ -29,10 +29,20 @@
#undef interface
#endif
-#include <gtkmm.h>
#include <sigc++/signal.h>
#include <boost/shared_ptr.hpp>
+#include <gtkmm/alignment.h>
+#include <gtkmm/box.h>
+#include <gtkmm/cellrenderercombo.h>
+#include <gtkmm/checkbutton.h>
+#include <gtkmm/label.h>
+#include <gtkmm/liststore.h>
+#include <gtkmm/scrolledwindow.h>
+#include <gtkmm/spinbutton.h>
+#include <gtkmm/treemodel.h>
+#include <gtkmm/treeview.h>
+
namespace ARDOUR {
class Session;
class ExportChannelConfiguration;