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
7 changed files with 14 additions and 9 deletions

View File

@@ -25,7 +25,6 @@
#include <glibmm.h>
#include "pbd/file_utils.h"
#include "pbd/i18n.h"
#include "pbd/stateful.h"
#include "ardour/region_factory.h"
@@ -44,6 +43,8 @@
#include "common.h"
#include "pbd/i18n.h"
using namespace std;
using namespace ARDOUR;
using namespace SessionUtils;