Prefer testing the session instead of using a global variable
[ardour.git] / gtk2_ardour / axis_view.cc
index 2d96b17aa1b2d13b43254ff76b8392eb8c15515c..ebcca2a91443030d7c876da754ea8ca70da10592 100644 (file)
@@ -27,7 +27,6 @@
 
 #include "pbd/error.h"
 #include "pbd/convert.h"
-#include "pbd/i18n.h"
 
 #include <gtkmm2ext/utils.h>
 #include <gtkmm2ext/gtk_ui.h>
@@ -40,6 +39,8 @@
 #include "axis_view.h"
 #include "utils.h"
 
+#include "pbd/i18n.h"
+
 using namespace std;
 using namespace Gtk;
 using namespace Gtkmm2ext;