Separate Ardour UI widgets into dedicated library

This commit is contained in:
Robin Gareus 2017-07-15 17:38:28 +02:00
parent d397e1f85c
commit 5c92613698
92 changed files with 849 additions and 576 deletions

View file

@ -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;