mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
Remove <gtkmm.h> include from header files.
This commit is contained in:
parent
f9e5e4360e
commit
eb1e423b75
93 changed files with 438 additions and 153 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue