summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_controller.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/automation_controller.h
parentf9e5e4360e54f5ff5327b4384ee451d86f8dec91 (diff)
Remove <gtkmm.h> include from header files.
Diffstat (limited to 'gtk2_ardour/automation_controller.h')
-rw-r--r--gtk2_ardour/automation_controller.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/gtk2_ardour/automation_controller.h b/gtk2_ardour/automation_controller.h
index c2d225b2db..12b31f6d86 100644
--- a/gtk2_ardour/automation_controller.h
+++ b/gtk2_ardour/automation_controller.h
@@ -29,7 +29,8 @@
#endif
#include <boost/shared_ptr.hpp>
-#include <gtkmm.h>
+
+#include <gtkmm/alignment.h>
#include "pbd/signals.h"
#include "evoral/Parameter.hpp"
@@ -41,6 +42,11 @@ namespace ARDOUR {
class AutomationControl;
}
+namespace Gtk {
+ class Adjustment;
+ class Widget;
+}
+
class AutomationBarController : public ArdourWidgets::BarController {
public:
AutomationBarController(boost::shared_ptr<ARDOUR::AutomationControl> ac,