do not reset session for MonitorSection just because monitor out was removed
[ardour.git] / gtk2_ardour / route_processor_selection.cc
index 1b9ab2a2dc24ecbaa4fa28e55060d3b97a1e41cc..50a8a75b9c96a490b04ba0561a32b3c7a91e5197 100644 (file)
@@ -21,7 +21,6 @@
 #include <sigc++/bind.h>
 
 #include "pbd/error.h"
-#include "pbd/i18n.h"
 
 #include "ardour/selection.h"
 #include "ardour/session.h"
@@ -34,6 +33,8 @@
 #include "route_processor_selection.h"
 #include "route_ui.h"
 
+#include "pbd/i18n.h"
+
 using namespace std;
 using namespace ARDOUR;
 using namespace PBD;