Clear out any command line session name on closing a session so that the same session...
[ardour.git] / gtk2_ardour / editor_nudge.cc
index f7203d93b8277ad44c47afdba743e11636a169dc..1420fd6fc233cc163e8d062452b07f0de0552578 100644 (file)
@@ -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,7 @@
 
 #include "i18n.h"
 
-using namespace SigC;
+using namespace sigc;
 using namespace ARDOUR;
+using namespace PBD;
 using namespace Gtk;