Reverse the order of vertical tabs in the port matrix
[ardour.git] / gtk2_ardour / editor_nudge.cc
index 4bcafac93d4e8c3ed45be0b6c79376598cfef9be..7d6aa5b904f25bc3c0bd020a3caa6917e95e2181 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2000 Paul Davis 
+    Copyright (C) 2000 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
@@ -15,7 +15,6 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id$
 */
 
 #include <cstdlib>
@@ -25,6 +24,6 @@
 
 #include "i18n.h"
 
-using namespace sigc;
 using namespace ARDOUR;
+using namespace PBD;
 using namespace Gtk;