diff options
Diffstat (limited to 'src/engine/PluginImpl.cpp')
-rw-r--r-- | src/engine/PluginImpl.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
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 <iostream> #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; |