mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Fix --no-nls, i18n include order in UI -- #8361
This commit is contained in:
parent
fcd347fe0c
commit
a7a20e03ff
7 changed files with 14 additions and 9 deletions
|
|
@ -40,7 +40,6 @@
|
|||
#include "pbd/error.h"
|
||||
#include "pbd/file_archive.h"
|
||||
#include "pbd/file_utils.h"
|
||||
#include "pbd/i18n.h"
|
||||
#include "pbd/xml++.h"
|
||||
|
||||
#include "gtkmm2ext/gui_thread.h"
|
||||
|
|
@ -52,9 +51,10 @@
|
|||
#include "ardour/template_utils.h"
|
||||
|
||||
#include "progress_reporter.h"
|
||||
|
||||
#include "template_dialog.h"
|
||||
|
||||
#include "pbd/i18n.h"
|
||||
|
||||
using namespace std;
|
||||
using namespace Gtk;
|
||||
using namespace PBD;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue