Remove a #include and substitute a forward declaration (to simplify and speed up...
authorJohn Emmas <johne53@tiscali.co.uk>
Mon, 15 Oct 2018 09:21:45 +0000 (10:21 +0100)
committerJohn Emmas <johne53@tiscali.co.uk>
Mon, 15 Oct 2018 09:21:45 +0000 (10:21 +0100)
libs/ardour/ardour/session.h

index 7ac889f8f5bf87a8ace2a6614a77982b98607102..c18b76a98441c4c05f05422a9c57673a39d9d58e 100644 (file)
@@ -42,8 +42,6 @@
 
 #include <ltc.h>
 
-#include "ptformat/ptfformat.h"
-
 #include "pbd/error.h"
 #include "pbd/event_loop.h"
 #include "pbd/file_archive.h"
@@ -85,6 +83,8 @@ class XMLNode;
 struct _AEffect;
 typedef struct _AEffect AEffect;
 
+class PTFFormat;
+
 namespace MIDI {
 class Port;
 class MachineControl;