summaryrefslogtreecommitdiffstats
path: root/src/engine/InternalPlugin.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-06-03 01:37:29 +0000
committerDavid Robillard <d@drobilla.net>2009-06-03 01:37:29 +0000
commit21de7016110081437ca0fbfdd6a14f41088da7b9 (patch)
tree2076c6f8c6063d1792eb4f529b50b699a9524c54 /src/engine/InternalPlugin.cpp
parent5f71c5eecee673b0a1156d0fe56726750d17cb86 (diff)
downloadingen-21de7016110081437ca0fbfdd6a14f41088da7b9.tar.gz
ingen-21de7016110081437ca0fbfdd6a14f41088da7b9.tar.bz2
ingen-21de7016110081437ca0fbfdd6a14f41088da7b9.zip
Move internals to their own directory ala events.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2070 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine/InternalPlugin.cpp')
-rw-r--r--src/engine/InternalPlugin.cpp8
1 files changed, 4 insertions, 4 deletions
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 <cassert>
#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"