Fix ArdourHTTP error reporting
[ardour.git] / gtk2_ardour / export_format_selector.h
index e416918d20d654add1727dafd063628fc445e246..2b7d371d0423de54324af3e566d78725af016438 100644 (file)
 #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"