summaryrefslogtreecommitdiff
path: root/gtk2_ardour/sfdb_ui.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2018-09-21 19:05:57 +0200
committerRobin Gareus <robin@gareus.org>2018-09-21 19:05:57 +0200
commit1f0889a97a45876ac25def94e8ccad7e2ac2547c (patch)
treefe4870064553a80b28c96e1599ea62c3b927cb10 /gtk2_ardour/sfdb_ui.cc
parent357361c89d4c3743ee86f9dc3a349b9e2aae658c (diff)
Fix --no-nls (5/5), i18n.h include order in gtk2_ardour
Diffstat (limited to 'gtk2_ardour/sfdb_ui.cc')
-rw-r--r--gtk2_ardour/sfdb_ui.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/sfdb_ui.cc b/gtk2_ardour/sfdb_ui.cc
index 723bb464f8..0e612be42c 100644
--- a/gtk2_ardour/sfdb_ui.cc
+++ b/gtk2_ardour/sfdb_ui.cc
@@ -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;