From 5c926136988757f1f11a14c11720ed3daac3195f Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 15 Jul 2017 17:38:28 +0200 Subject: Separate Ardour UI widgets into dedicated library --- gtk2_ardour/automation_time_axis.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gtk2_ardour/automation_time_axis.cc') diff --git a/gtk2_ardour/automation_time_axis.cc b/gtk2_ardour/automation_time_axis.cc index 011c53997f..a0052032b0 100644 --- a/gtk2_ardour/automation_time_axis.cc +++ b/gtk2_ardour/automation_time_axis.cc @@ -39,6 +39,8 @@ #include "canvas/debug.h" +#include "widgets/tooltips.h" + #include "automation_time_axis.h" #include "automation_streamview.h" #include "gui_thread.h" @@ -47,7 +49,6 @@ #include "paste_context.h" #include "public_editor.h" #include "selection.h" -#include "tooltips.h" #include "rgb_macros.h" #include "point_selection.h" #include "control_point.h" @@ -59,6 +60,7 @@ using namespace std; using namespace ARDOUR; +using namespace ArdourWidgets; using namespace ARDOUR_UI_UTILS; using namespace PBD; using namespace Gtk; -- cgit v1.2.3