Fix --no-nls, i18n include order in UI -- #8361

This commit is contained in:
Robin Gareus 2020-08-19 17:40:02 +02:00
parent fcd347fe0c
commit a7a20e03ff
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
7 changed files with 14 additions and 9 deletions

View file

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