From 0674d8cf8a96210eb692176864d92dc2806f6457 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 29 Nov 2008 00:07:30 +0000 Subject: Clean up and organize internals. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1819 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/PluginImpl.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/engine/PluginImpl.cpp') diff --git a/src/engine/PluginImpl.cpp b/src/engine/PluginImpl.cpp index 215cf4ce..7370defc 100644 --- a/src/engine/PluginImpl.cpp +++ b/src/engine/PluginImpl.cpp @@ -17,10 +17,10 @@ #include #include "PluginImpl.hpp" -#include "MidiNoteNode.hpp" -#include "MidiTriggerNode.hpp" -#include "MidiControlNode.hpp" -#include "TransportNode.hpp" +#include "InternalNote.hpp" +#include "InternalTrigger.hpp" +#include "InternalController.hpp" +#include "InternalTransport.hpp" using namespace std; -- cgit v1.2.1