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/location_ui.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk2_ardour/location_ui.cc') diff --git a/gtk2_ardour/location_ui.cc b/gtk2_ardour/location_ui.cc index 0f9af3ff56..83c261e474 100644 --- a/gtk2_ardour/location_ui.cc +++ b/gtk2_ardour/location_ui.cc @@ -24,6 +24,7 @@ #include "ardour/session.h" #include "pbd/memento_command.h" +#include "widgets/tooltips.h" #include "ardour_ui.h" #include "clock_group.h" @@ -35,14 +36,13 @@ #include "prompter.h" #include "utils.h" #include "public_editor.h" -#include "tooltips.h" #include "ui_config.h" #include "pbd/i18n.h" using namespace std; using namespace ARDOUR; -using namespace ARDOUR_UI_UTILS; +using namespace ArdourWidgets; using namespace PBD; using namespace Gtk; using namespace Gtkmm2ext; -- cgit v1.2.3