more MTC debugging
[ardour.git] / libs / ardour / jack_slave.cc
index 0f425d09c6855c2bf665fd68ef72efb902b1bc0a..9ef6eb8579ed21897a0ad7822846cd2c12e8e02a 100644 (file)
@@ -18,8 +18,8 @@
 */
 
 #include <iostream>
+#include <cerrno>
 
-#include <errno.h>
 #include <jack/jack.h>
 #include <jack/transport.h>
 
@@ -30,7 +30,6 @@
 
 using namespace std;
 using namespace ARDOUR;
-using namespace sigc;
 
 JACK_Slave::JACK_Slave (jack_client_t* j)
        : jack (j)