summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
3 files changed, 3 insertions, 3 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index bbfdb83c13..8606135f52 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -61,7 +61,7 @@
#include "selection_memento.h"
#include "tempo_curve.h"
-#include <ptformat/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 37d5d50165..9980321a8e 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 <ptformat/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 a217e3a79e..278a046619 100644
--- a/gtk2_ardour/pt_import_selector.h
+++ b/gtk2_ardour/pt_import_selector.h
@@ -27,7 +27,7 @@
#include <sstream>
#include <vector>
-#include <ptformat/ptfformat.h>
+#include "ptformat/ptfformat.h"
#include "ardour_dialog.h"
#include "ardour/session.h"