mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
remove <gtkmm/gtkmm.h> from all files, plus a small fix related to map/realize handling
git-svn-id: svn://localhost/trunk/ardour2@145 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
50bf5a0c06
commit
b1a99f89da
37 changed files with 187 additions and 45 deletions
|
|
@ -2,7 +2,6 @@
|
|||
#define __ardour_gtk_automation_gain_line_h__
|
||||
|
||||
#include <ardour/ardour.h>
|
||||
#include <gtkmm.h>
|
||||
|
||||
#include "canvas.h"
|
||||
#include "automation_line.h"
|
||||
|
|
@ -11,7 +10,6 @@ namespace ARDOUR {
|
|||
class Session;
|
||||
}
|
||||
|
||||
|
||||
class TimeAxisView;
|
||||
|
||||
class AutomationGainLine : public AutomationLine
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue