diff options
Diffstat (limited to 'src/libs/engine/events/DestroyEvent.cpp')
-rw-r--r-- | src/libs/engine/events/DestroyEvent.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libs/engine/events/DestroyEvent.cpp b/src/libs/engine/events/DestroyEvent.cpp index 2c4fd7da..435894bd 100644 --- a/src/libs/engine/events/DestroyEvent.cpp +++ b/src/libs/engine/events/DestroyEvent.cpp @@ -20,11 +20,10 @@ #include "Engine.hpp" #include "Patch.hpp" #include "Tree.hpp" -#include "Node.hpp" +#include "NodeBase.hpp" #include "Plugin.hpp" #include "AudioDriver.hpp" #include "MidiDriver.hpp" -#include "InternalNode.hpp" #include "DisconnectNodeEvent.hpp" #include "DisconnectPortEvent.hpp" #include "ClientBroadcaster.hpp" |