Clarify where the file 'ptfformat.h' can be found
authorJohn Emmas <johne53@tiscali.co.uk>
Sat, 13 Oct 2018 12:49:50 +0000 (13:49 +0100)
committerJohn Emmas <johne53@tiscali.co.uk>
Sat, 13 Oct 2018 12:49:50 +0000 (13:49 +0100)
gtk2_ardour/editor.h
gtk2_ardour/pt_import_selector.cc
gtk2_ardour/pt_import_selector.h
libs/ardour/ardour/session.h
libs/ardour/import_pt.cc

index 5a91582d10feda69ac633f0f11905d95f34a5105..bbfdb83c1398e81a427b0a33813e219489862e54 100644 (file)
@@ -61,7 +61,7 @@
 #include "selection_memento.h"
 #include "tempo_curve.h"
 
-#include <ptfformat.h>
+#include <ptformat/ptfformat.h>
 
 namespace Gtkmm2ext {
        class Bindings;
index d6c17a68c450529263585efffe3025c1e6f7241d..37d5d50165ea3f11d6773b7980aaca90a749efcf 100644 (file)
@@ -26,7 +26,7 @@
 #include "pbd/i18n.h"
 #include "pbd/file_utils.h"
 
-#include <ptfformat.h>
+#include <ptformat/ptfformat.h>
 
 #include "ardour/session_handle.h"
 #include "pt_import_selector.h"
index 760acb3a5558e8415a75a615871be6a5052acc9d..a217e3a79eb501426e257732cf553e63ad50f435 100644 (file)
@@ -27,7 +27,7 @@
 #include <sstream>
 #include <vector>
 
-#include <ptfformat.h>
+#include <ptformat/ptfformat.h>
 
 #include "ardour_dialog.h"
 #include "ardour/session.h"
index 786bb195ab5bbfd19228315b02c14151db2c4a90..a1e9a60c3a389a45e66aeb55071c6778cba3ef12 100644 (file)
@@ -41,7 +41,7 @@
 #include <glibmm/threads.h>
 
 #include <ltc.h>
-#include <ptfformat.h>
+#include <ptformat/ptfformat.h>
 
 #include "pbd/error.h"
 #include "pbd/event_loop.h"
index 6a56bb945116c26714d907b32b1c86a4c19dbfe9..bfb75e33c8ba6941f75232db4ba1d246e43c82e3 100644 (file)
@@ -48,7 +48,7 @@
 #include "ardour/session.h"
 #include "pbd/memento_command.h"
 
-#include <ptfformat.h>
+#include <ptformat/ptfformat.h>
 
 #include "pbd/i18n.h"