mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
Remove a #include and substitute a forward declaration (to simplify and speed up compilation)
This commit is contained in:
parent
20cd325f4e
commit
e31bae4d09
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue