X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Feditor_route_groups.cc;h=bdbbb5d908f6c921c249e2fd1dc02513d901fe88;hb=0e9dab6aabc2efddc957c7c71bc55354c16626ed;hp=3cfa1eeafaf7c45ea4bd43c065f6253c4089f87e;hpb=cf52d6e4b40111eb04b244ec054055a4ec15dbe0;p=ardour.git diff --git a/gtk2_ardour/editor_route_groups.cc b/gtk2_ardour/editor_route_groups.cc index 3cfa1eeafa..bdbbb5d908 100644 --- a/gtk2_ardour/editor_route_groups.cc +++ b/gtk2_ardour/editor_route_groups.cc @@ -26,9 +26,13 @@ #include "fix_carbon.h" +#include + #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" @@ -41,11 +45,9 @@ #include "gui_thread.h" #include "keyboard.h" #include "marker.h" -#include "prompter.h" #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,14 +55,15 @@ using namespace std; using namespace ARDOUR; using namespace ARDOUR_UI_UTILS; +using namespace ArdourWidgets; using namespace PBD; using namespace Gtk; using Gtkmm2ext::Keyboard; struct ColumnInfo { - int index; - const char* label; - const char* tooltip; + int index; + const char* label; + const char* tooltip; }; EditorRouteGroups::EditorRouteGroups (Editor* e)