mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 12:16:30 +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
|
|
@ -18,7 +18,6 @@
|
|||
*/
|
||||
|
||||
#include "pbd/enumwriter.h"
|
||||
#include "pbd/i18n.h"
|
||||
|
||||
#include "temporal/time.h"
|
||||
|
||||
|
|
@ -35,6 +34,8 @@
|
|||
#include "ardour_ui.h"
|
||||
#include "transport_masters_dialog.h"
|
||||
|
||||
#include "pbd/i18n.h"
|
||||
|
||||
using namespace std;
|
||||
using namespace Gtk;
|
||||
using namespace Gtkmm2ext;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue