From 2238842f9419c5cee8be74b3d4cb4ede8e816f16 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 8 Jan 2011 19:51:22 +0000 Subject: Clean up code (cpplint). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2800 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/LV2Node.cpp | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'src/engine/LV2Node.cpp') diff --git a/src/engine/LV2Node.cpp b/src/engine/LV2Node.cpp index 26ad0b77..ee6bf4ed 100644 --- a/src/engine/LV2Node.cpp +++ b/src/engine/LV2Node.cpp @@ -15,22 +15,26 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#include #include #include + +#include #include +#include + #include "raul/log.hpp" #include "raul/Maid.hpp" #include "raul/Array.hpp" + #include "AudioBuffer.hpp" +#include "EventBuffer.hpp" #include "InputPort.hpp" #include "LV2Node.hpp" #include "LV2Plugin.hpp" #include "LV2URIMap.hpp" -#include "EventBuffer.hpp" +#include "MessageContext.hpp" #include "OutputPort.hpp" #include "ProcessContext.hpp" -#include "MessageContext.hpp" using namespace std; using namespace Raul; -- cgit v1.2.1