summaryrefslogtreecommitdiff
path: root/gtk2_ardour/save_template_dialog.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/save_template_dialog.cc
parent357361c89d4c3743ee86f9dc3a349b9e2aae658c (diff)
Fix --no-nls (5/5), i18n.h include order in gtk2_ardour
Diffstat (limited to 'gtk2_ardour/save_template_dialog.cc')
-rw-r--r--gtk2_ardour/save_template_dialog.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/save_template_dialog.cc b/gtk2_ardour/save_template_dialog.cc
index f14466500d..bf09e33343 100644
--- a/gtk2_ardour/save_template_dialog.cc
+++ b/gtk2_ardour/save_template_dialog.cc
@@ -23,11 +23,12 @@
#include <gtkmm/label.h>
#include <gtkmm/stock.h>
-#include "pbd/i18n.h"
#include "ardour/session.h"
#include "save_template_dialog.h"
+#include "pbd/i18n.h"
+
using namespace Gtk;
using namespace ARDOUR;