summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_route_groups.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-07-15 17:38:28 +0200
committerRobin Gareus <robin@gareus.org>2017-07-17 21:06:04 +0200
commit5c926136988757f1f11a14c11720ed3daac3195f (patch)
tree656b502db734ba104c40d088bc7b042fd6c77ee8 /gtk2_ardour/editor_route_groups.cc
parentd397e1f85cd2dce1fa79b672b40f5ea6a4b971f1 (diff)
Separate Ardour UI widgets into dedicated library
Diffstat (limited to 'gtk2_ardour/editor_route_groups.cc')
-rw-r--r--gtk2_ardour/editor_route_groups.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_route_groups.cc b/gtk2_ardour/editor_route_groups.cc
index e9fca92bc3..871a003563 100644
--- a/gtk2_ardour/editor_route_groups.cc
+++ b/gtk2_ardour/editor_route_groups.cc
@@ -29,6 +29,8 @@
#include "gtkmm2ext/gtk_ui.h"
#include "gtkmm2ext/cell_renderer_color_selector.h"
+#include "widgets/tooltips.h"
+
#include "ardour/route_group.h"
#include "ardour/route.h"
#include "ardour/session.h"
@@ -45,7 +47,6 @@
#include "route_group_dialog.h"
#include "route_time_axis.h"
#include "time_axis_view.h"
-#include "tooltips.h"
#include "utils.h"
#include "pbd/i18n.h"
@@ -53,6 +54,7 @@
using namespace std;
using namespace ARDOUR;
using namespace ARDOUR_UI_UTILS;
+using namespace ArdourWidgets;
using namespace PBD;
using namespace Gtk;
using Gtkmm2ext::Keyboard;