summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-01-30 20:18:31 +0000
committerDavid Robillard <d@drobilla.net>2009-01-30 20:18:31 +0000
commitaaa91db6d9592684258267981e619b44cc2b7c40 (patch)
tree01f99e86933d66bd13e3a49992cf19b05b41db28 /gtk2_ardour/route_time_axis.h
parenta384dab13095f3d909e52eff9e6170ae55416601 (diff)
Trim include dependency graph, especially for io.h and session.h.
Clean up some stuff and other such gruntwork in the process. git-svn-id: svn://localhost/ardour2/branches/3.0@4468 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/route_time_axis.h')
-rw-r--r--gtk2_ardour/route_time_axis.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/gtk2_ardour/route_time_axis.h b/gtk2_ardour/route_time_axis.h
index 9e40c511a6..da1ee711d6 100644
--- a/gtk2_ardour/route_time_axis.h
+++ b/gtk2_ardour/route_time_axis.h
@@ -20,6 +20,9 @@
#ifndef __ardour_route_time_axis_h__
#define __ardour_route_time_axis_h__
+#include <list>
+#include <set>
+
#include <gtkmm/table.h>
#include <gtkmm/button.h>
#include <gtkmm/box.h>
@@ -31,7 +34,6 @@
#include <gtkmm2ext/selector.h>
#include <gtkmm2ext/slider_controller.h>
-#include <list>
#include <ardour/playlist.h>
#include <ardour/types.h>
@@ -305,7 +307,7 @@ protected:
ProcessorAutomationCurves processor_automation_curves;
// Set from XML so context menu automation buttons can be correctly initialized
- set<Evoral::Parameter> _show_automation;
+ std::set<Evoral::Parameter> _show_automation;
AutomationTracks _automation_tracks;