Fix off-by-one in body_range().
[ardour.git] / libs / ardour / midi_clock_slave.cc
index 892bc800ff11d006f66e8d6b8604d9941e31e19d..05c0e9e2ac866570b1396e46dc5a0526fe1cbc51 100644 (file)
 #include "pbd/error.h"
 #include "pbd/failed_constructor.h"
 #include "pbd/pthread_utils.h"
+#include "pbd/convert.h"
 
 #include "midi++/port.h"
 
 #include "ardour/debug.h"
 #include "ardour/slave.h"
-#include "ardour/session.h"
-#include "ardour/audioengine.h"
-#include "ardour/cycles.h"
 #include "ardour/tempo.h"
 
-
 #include "i18n.h"
 
 using namespace std;