summaryrefslogtreecommitdiffstats
path: root/src/server/events/Connect.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-05-23 17:39:05 +0000
committerDavid Robillard <d@drobilla.net>2012-05-23 17:39:05 +0000
commitfb3f51c287951f8df99f8dbdd7f467dc1dea0c71 (patch)
tree777e92e0633f1d9c285c403c8369ad55e0ecc872 /src/server/events/Connect.hpp
parentfbcb066fe22ae036e9535a84c5bebbe0d110fdac (diff)
downloadingen-fb3f51c287951f8df99f8dbdd7f467dc1dea0c71.tar.gz
ingen-fb3f51c287951f8df99f8dbdd7f467dc1dea0c71.tar.bz2
ingen-fb3f51c287951f8df99f8dbdd7f467dc1dea0c71.zip
Clean up CreatePatch polyphony stuff.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4450 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/server/events/Connect.hpp')
-rw-r--r--src/server/events/Connect.hpp10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/server/events/Connect.hpp b/src/server/events/Connect.hpp
index 8a93200f..a5799f77 100644
--- a/src/server/events/Connect.hpp
+++ b/src/server/events/Connect.hpp
@@ -18,26 +18,24 @@
#define INGEN_EVENTS_CONNECT_HPP
#include "raul/Path.hpp"
+
#include "Event.hpp"
-#include "PatchImpl.hpp"
#include "InputPort.hpp"
+#include "PatchImpl.hpp"
#include "types.hpp"
namespace Raul {
-template <typename T> class ListNode;
template <typename T> class Array;
}
namespace Ingen {
namespace Server {
-class PatchImpl;
-class NodeImpl;
+class CompiledPatch;
class EdgeImpl;
-class PortImpl;
class InputPort;
class OutputPort;
-class CompiledPatch;
+class PatchImpl;
namespace Events {