Remove a #include and substitute a forward declaration (to simplify and speed up compilation)

This commit is contained in:
John Emmas 2018-10-15 10:21:45 +01:00
parent 20cd325f4e
commit e31bae4d09
1 changed files with 2 additions and 2 deletions

View 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;