From 43f3bebb6faf2e065bf8f61b66a04ceabb0dd5e5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 6 Oct 2011 23:47:32 +0000 Subject: Tidy. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3536 a436a847-0d15-0410-975c-d299462d15a1 --- src/server/InputPort.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/server/InputPort.cpp') diff --git a/src/server/InputPort.cpp b/src/server/InputPort.cpp index 3525bb59..0a58c017 100644 --- a/src/server/InputPort.cpp +++ b/src/server/InputPort.cpp @@ -15,21 +15,23 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "InputPort.hpp" #include #include + #include "ingen/Patch.hpp" -#include "shared/LV2URIMap.hpp" + #include "AudioBuffer.hpp" #include "BufferFactory.hpp" #include "ConnectionImpl.hpp" #include "EventBuffer.hpp" +#include "InputPort.hpp" #include "NodeImpl.hpp" #include "Notification.hpp" #include "OutputPort.hpp" #include "ProcessContext.hpp" #include "ThreadManager.hpp" #include "mix.hpp" +#include "shared/LV2URIMap.hpp" #include "util.hpp" using namespace std; -- cgit v1.2.1