bring back full mute control (pre/post/control/main) via mute button context click
[ardour.git] / gtk2_ardour / route_processor_selection.cc
index 552de1b412028c75d3ad8eeb00f618c811f1a0f3..dfc345f63e377ce061e3fd7bb9e334a0f62a77b4 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2002 Paul Davis 
+    Copyright (C) 2002 Paul Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
 
 #include <algorithm>
 #include <sigc++/bind.h>
-#include <pbd/error.h>
+#include "pbd/error.h"
 
-#include <ardour/playlist.h>
-#include <ardour/processor.h>
-#include <ardour/route.h>
+#include "ardour/playlist.h"
+#include "ardour/processor.h"
+#include "ardour/route.h"
 
 #include "route_processor_selection.h"
 
 #include "i18n.h"
 
+using namespace std;
 using namespace ARDOUR;
 using namespace PBD;
 using namespace sigc;
@@ -129,4 +130,4 @@ RouteRedirectSelection::empty ()
 {
        return processors.empty () && routes.empty ();
 }
-               
+