From 21de7016110081437ca0fbfdd6a14f41088da7b9 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 3 Jun 2009 01:37:29 +0000 Subject: Move internals to their own directory ala events. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2070 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/InternalPlugin.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/engine/InternalPlugin.cpp') diff --git a/src/engine/InternalPlugin.cpp b/src/engine/InternalPlugin.cpp index 8ab9070b..77290c66 100644 --- a/src/engine/InternalPlugin.cpp +++ b/src/engine/InternalPlugin.cpp @@ -17,10 +17,10 @@ #include #include "InternalPlugin.hpp" -#include "InternalNote.hpp" -#include "InternalTrigger.hpp" -#include "InternalController.hpp" -#include "InternalTransport.hpp" +#include "internals/Note.hpp" +#include "internals/Trigger.hpp" +#include "internals/Controller.hpp" +#include "internals/Transport.hpp" #include "Engine.hpp" #include "AudioDriver.hpp" -- cgit v1.2.1