fix incorrect accumulation of export video options each time the dialog is used
[ardour.git] / gtk2_ardour / editor_snapshots.cc
index a416aaab948262637f0aad17f0b26aa311c62b53..74fd114c6090a93f68a866cb490b5d4da2bd2ec8 100644 (file)
@@ -26,7 +26,6 @@
 
 #include "pbd/file_utils.h"
 #include "pbd/gstdio_compat.h"
-#include "pbd/i18n.h"
 
 #include "ardour/filename_extensions.h"
 #include "ardour/profile.h"
@@ -41,6 +40,8 @@
 #include "ardour_ui.h"
 #include "utils.h"
 
+#include "pbd/i18n.h"
+
 using namespace std;
 using namespace PBD;
 using namespace Gtk;