mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
Fix --no-nls (5/5), i18n.h include order in gtk2_ardour
This commit is contained in:
parent
357361c89d
commit
1f0889a97a
7 changed files with 14 additions and 8 deletions
|
|
@ -21,8 +21,6 @@
|
|||
#include "gtk2ardour-config.h"
|
||||
#endif
|
||||
|
||||
#include "pbd/i18n.h"
|
||||
|
||||
#include <map>
|
||||
#include <cerrno>
|
||||
#include <sstream>
|
||||
|
|
@ -73,6 +71,8 @@
|
|||
|
||||
#include "sfdb_freesound_mootcher.h"
|
||||
|
||||
#include "pbd/i18n.h"
|
||||
|
||||
using namespace ARDOUR;
|
||||
using namespace PBD;
|
||||
using namespace std;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue