summaryrefslogtreecommitdiff
path: root/libs/ardour/slavable_automation_control.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2018-09-21 19:05:39 +0200
committerRobin Gareus <robin@gareus.org>2018-09-21 19:05:39 +0200
commit357361c89d4c3743ee86f9dc3a349b9e2aae658c (patch)
treeafd4932f1551c82f3fc3ba64c34dc866596268f1 /libs/ardour/slavable_automation_control.cc
parentdade5fca7d452b99b640ff139a16c9e606257f09 (diff)
Fix --no-nls (4/5), i18n include order in libs/*
"i18n.h" needs to be included last (after any includes that may indirectly pull in getext or libintl etc)
Diffstat (limited to 'libs/ardour/slavable_automation_control.cc')
-rw-r--r--libs/ardour/slavable_automation_control.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/ardour/slavable_automation_control.cc b/libs/ardour/slavable_automation_control.cc
index 7d4d822529..0bfa2b7249 100644
--- a/libs/ardour/slavable_automation_control.cc
+++ b/libs/ardour/slavable_automation_control.cc
@@ -23,7 +23,6 @@
#include "pbd/error.h"
#include "pbd/memento_command.h"
#include "pbd/types_convert.h"
-#include "pbd/i18n.h"
#include "evoral/Curve.hpp"
@@ -32,6 +31,8 @@
#include "ardour/slavable_automation_control.h"
#include "ardour/session.h"
+#include "pbd/i18n.h"
+
using namespace std;
using namespace ARDOUR;
using namespace PBD;