From fb3f51c287951f8df99f8dbdd7f467dc1dea0c71 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 23 May 2012 17:39:05 +0000 Subject: Clean up CreatePatch polyphony stuff. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4450 a436a847-0d15-0410-975c-d299462d15a1 --- src/server/events/Connect.hpp | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'src/server/events/Connect.hpp') 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 class ListNode; template 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 { -- cgit v1.2.1