mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +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,7 +21,6 @@
|
|||
#include <sigc++/bind.h>
|
||||
|
||||
#include "pbd/error.h"
|
||||
#include "pbd/i18n.h"
|
||||
|
||||
#include "ardour/selection.h"
|
||||
#include "ardour/session.h"
|
||||
|
|
@ -34,6 +33,8 @@
|
|||
#include "route_processor_selection.h"
|
||||
#include "route_ui.h"
|
||||
|
||||
#include "pbd/i18n.h"
|
||||
|
||||
using namespace std;
|
||||
using namespace ARDOUR;
|
||||
using namespace PBD;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue