summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/export_channel.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-12-20 21:22:49 +0000
committerDavid Robillard <d@drobilla.net>2010-12-20 21:22:49 +0000
commit3f30e8093e1c78bb722196ecb48d9c7cbdd279c3 (patch)
tree7903ffe5a7ee516954bad38d471b86e9932afa87 /libs/ardour/ardour/export_channel.h
parentfe879145fe5dc7cadfabe9f3c22d8ecd2e06a5d4 (diff)
Clean up region.h and trim include tree.
git-svn-id: svn://localhost/ardour2/branches/3.0@8312 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/export_channel.h')
-rw-r--r--libs/ardour/ardour/export_channel.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libs/ardour/ardour/export_channel.h b/libs/ardour/ardour/export_channel.h
index 96b9c1eda2..f51578c80c 100644
--- a/libs/ardour/ardour/export_channel.h
+++ b/libs/ardour/ardour/export_channel.h
@@ -27,7 +27,8 @@
#include <boost/shared_ptr.hpp>
#include <boost/operators.hpp>
-#include "ardour/audioregion.h"
+#include "pbd/signals.h"
+
#include "ardour/buffer_set.h"
namespace ARDOUR {
@@ -35,6 +36,7 @@ namespace ARDOUR {
class Session;
class AudioTrack;
class AudioPort;
+class AudioRegion;
/// Export channel base class interface for different source types
class ExportChannel : public boost::less_than_comparable<ExportChannel>