summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2018-10-13 13:49:50 +0100
committerJohn Emmas <johne53@tiscali.co.uk>2018-10-13 13:49:50 +0100
commita5a5ba1ace2eacccd3b54f1bde035af57154f383 (patch)
treee871158d799bb909388adcf3048f38e64af7f6cb
parent7a09cd598d4b2cac2ecee4d09851b15849c5796d (diff)
Clarify where the file 'ptfformat.h' can be found
-rw-r--r--gtk2_ardour/editor.h2
-rw-r--r--gtk2_ardour/pt_import_selector.cc2
-rw-r--r--gtk2_ardour/pt_import_selector.h2
-rw-r--r--libs/ardour/ardour/session.h2
-rw-r--r--libs/ardour/import_pt.cc2
5 files changed, 5 insertions, 5 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index 5a91582d10..bbfdb83c13 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -61,7 +61,7 @@
#include "selection_memento.h"
#include "tempo_curve.h"
-#include <ptfformat.h>
+#include <ptformat/ptfformat.h>
namespace Gtkmm2ext {
class Bindings;
diff --git a/gtk2_ardour/pt_import_selector.cc b/gtk2_ardour/pt_import_selector.cc
index d6c17a68c4..37d5d50165 100644
--- a/gtk2_ardour/pt_import_selector.cc
+++ b/gtk2_ardour/pt_import_selector.cc
@@ -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"
diff --git a/gtk2_ardour/pt_import_selector.h b/gtk2_ardour/pt_import_selector.h
index 760acb3a55..a217e3a79e 100644
--- a/gtk2_ardour/pt_import_selector.h
+++ b/gtk2_ardour/pt_import_selector.h
@@ -27,7 +27,7 @@
#include <sstream>
#include <vector>
-#include <ptfformat.h>
+#include <ptformat/ptfformat.h>
#include "ardour_dialog.h"
#include "ardour/session.h"
diff --git a/libs/ardour/ardour/session.h b/libs/ardour/ardour/session.h
index 786bb195ab..a1e9a60c3a 100644
--- a/libs/ardour/ardour/session.h
+++ b/libs/ardour/ardour/session.h
@@ -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"
diff --git a/libs/ardour/import_pt.cc b/libs/ardour/import_pt.cc
index 6a56bb9451..bfb75e33c8 100644
--- a/libs/ardour/import_pt.cc
+++ b/libs/ardour/import_pt.cc
@@ -48,7 +48,7 @@
#include "ardour/session.h"
#include "pbd/memento_command.h"
-#include <ptfformat.h>
+#include <ptformat/ptfformat.h>
#include "pbd/i18n.h"