mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
More i18n include order fixes
This commit is contained in:
parent
e8981602f4
commit
6987196ea1
6 changed files with 12 additions and 8 deletions
|
|
@ -27,11 +27,12 @@
|
|||
#include <glibmm.h>
|
||||
|
||||
#include "pbd/compose.h"
|
||||
#include "pbd/i18n.h"
|
||||
#include "pbd/error.h"
|
||||
|
||||
#include "ardour_http.h"
|
||||
|
||||
#include "pbd/i18n.h"
|
||||
|
||||
#ifdef WAF_BUILD
|
||||
#include "gtk2ardour-version.h"
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -36,8 +36,6 @@
|
|||
#include "gtk2ardour-version.h"
|
||||
#endif
|
||||
|
||||
#include "pbd/i18n.h"
|
||||
|
||||
#include "ardour/monitor_processor.h"
|
||||
#include "ardour/session.h"
|
||||
#include "ardour/route.h"
|
||||
|
|
@ -50,6 +48,8 @@
|
|||
#include "public_editor.h"
|
||||
#include "ui_config.h"
|
||||
|
||||
#include "pbd/i18n.h"
|
||||
|
||||
using namespace ARDOUR;
|
||||
using namespace PBD;
|
||||
using namespace Gtkmm2ext;
|
||||
|
|
|
|||
|
|
@ -36,7 +36,6 @@
|
|||
#include "gtk2ardour-version.h"
|
||||
#endif
|
||||
|
||||
#include "pbd/i18n.h"
|
||||
#include "pbd/openuri.h"
|
||||
|
||||
#include "ardour/audioengine.h"
|
||||
|
|
@ -45,6 +44,8 @@
|
|||
#include "engine_dialog.h"
|
||||
#include "gui_thread.h"
|
||||
|
||||
#include "pbd/i18n.h"
|
||||
|
||||
using namespace ARDOUR;
|
||||
using namespace PBD;
|
||||
using namespace Gtkmm2ext;
|
||||
|
|
|
|||
|
|
@ -38,13 +38,13 @@
|
|||
|
||||
#include <gtkmm/progressbar.h>
|
||||
|
||||
#include "pbd/i18n.h"
|
||||
|
||||
#include "ardour/plugin_manager.h"
|
||||
|
||||
#include "ardour_ui.h"
|
||||
#include "ui_config.h"
|
||||
|
||||
#include "pbd/i18n.h"
|
||||
|
||||
using namespace ARDOUR;
|
||||
using namespace PBD;
|
||||
using namespace Gtk;
|
||||
|
|
|
|||
|
|
@ -52,7 +52,6 @@
|
|||
|
||||
#include "pbd/basename.h"
|
||||
#include "pbd/file_utils.h"
|
||||
#include "pbd/i18n.h"
|
||||
|
||||
#include "ardour/audioengine.h"
|
||||
#include "ardour/filename_extensions.h"
|
||||
|
|
@ -74,6 +73,8 @@
|
|||
#include "splash.h"
|
||||
#include "startup.h"
|
||||
|
||||
#include "pbd/i18n.h"
|
||||
|
||||
using namespace ARDOUR;
|
||||
using namespace PBD;
|
||||
using namespace Gtk;
|
||||
|
|
|
|||
|
|
@ -41,7 +41,6 @@
|
|||
#include <gtkmm/stock.h>
|
||||
|
||||
#include "pbd/error.h"
|
||||
#include "pbd/i18n.h"
|
||||
#include "pbd/openuri.h"
|
||||
|
||||
#include "ardour/ltc_file_reader.h"
|
||||
|
|
@ -56,6 +55,8 @@
|
|||
#include "transcode_video_dialog.h"
|
||||
#include "video_server_dialog.h"
|
||||
|
||||
#include "pbd/i18n.h"
|
||||
|
||||
using namespace ARDOUR;
|
||||
using namespace PBD;
|
||||
using namespace Gtk;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue