'Route::tape_drive_controllable()' needs to return something
[ardour.git] / libs / ardour / ltc_file_reader.cc
index 3851eee22ce2222c432b4fb23f482dd001374d3f..0ffc16405121eb633a51658801a8175f667f129a 100644 (file)
@@ -20,7 +20,7 @@
 #include <sys/stat.h>
 
 #include <glib.h>
-#include <pbd/gstdio_compat.h>
+#include "pbd/gstdio_compat.h"
 
 #include <assert.h>
 #include <string.h>
 #include "pbd/error.h"
 #include "pbd/failed_constructor.h"
 
-#include "timecode/time.h"
+#include "temporal/time.h"
+
 #include "ardour/ltc_file_reader.h"
 
-#include "i18n.h"
+#include "pbd/i18n.h"
 
 using namespace std;
 using namespace ARDOUR;