Separate Ardour UI widgets into dedicated library
[ardour.git] / gtk2_ardour / editor_route_groups.cc
index e9fca92bc338e41aeef56b48d23efaeab8f33b5b..871a003563fd13cd5ec439e70116e4f48e2fb6d2 100644 (file)
@@ -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;