#include tidy-up
authorPaul Davis <paul@linuxaudiosystems.com>
Mon, 15 Oct 2018 20:38:07 +0000 (16:38 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 15 Oct 2018 20:38:07 +0000 (16:38 -0400)
libs/ardour/region.cc

index 3abc6d4ff6b434a7df525675c29bc5912921b65d..d7d68ab6f492c16f124b58aea0aaed5e9e1c84fe 100644 (file)
 #include <sstream>
 
 #include <glibmm/threads.h>
-#include "pbd/xml++.h"
+
+#include "pbd/i18n.h"
 #include "pbd/types_convert.h"
+#include "pbd/xml++.h"
 
 #include "ardour/debug.h"
 #include "ardour/filter.h"
@@ -40,8 +42,6 @@
 #include "ardour/transient_detector.h"
 #include "ardour/types_convert.h"
 
-#include "pbd/i18n.h"
-
 using namespace std;
 using namespace ARDOUR;
 using namespace PBD;