fix several inter-related problems with libptformat
authorPaul Davis <paul@linuxaudiosystems.com>
Mon, 15 Oct 2018 00:35:31 +0000 (20:35 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 15 Oct 2018 00:35:31 +0000 (20:35 -0400)
gtk2_ardour/editor.h
gtk2_ardour/pt_import_selector.cc
gtk2_ardour/pt_import_selector.h

index bbfdb83c1398e81a427b0a33813e219489862e54..8606135f52ac65adad65c3bc3f6e04f317011c53 100644 (file)
@@ -61,7 +61,7 @@
 #include "selection_memento.h"
 #include "tempo_curve.h"
 
-#include <ptformat/ptfformat.h>
+#include "ptformat/ptfformat.h"
 
 namespace Gtkmm2ext {
        class Bindings;
index 37d5d50165ea3f11d6773b7980aaca90a749efcf..9980321a8e5236e32d7c87dfbb72ffb68b625369 100644 (file)
@@ -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"
index a217e3a79eb501426e257732cf553e63ad50f435..278a0466199c7fe20643eba2f79e00a2621e3c52 100644 (file)
@@ -27,7 +27,7 @@
 #include <sstream>
 #include <vector>
 
-#include <ptformat/ptfformat.h>
+#include "ptformat/ptfformat.h"
 
 #include "ardour_dialog.h"
 #include "ardour/session.h"