summaryrefslogtreecommitdiffstats
path: root/src/engine/NodeFactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/NodeFactory.cpp')
-rw-r--r--src/engine/NodeFactory.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/engine/NodeFactory.cpp b/src/engine/NodeFactory.cpp
index ad4de3c2..f1df20b9 100644
--- a/src/engine/NodeFactory.cpp
+++ b/src/engine/NodeFactory.cpp
@@ -26,10 +26,10 @@
#include "module/World.hpp"
#include "NodeFactory.hpp"
#include "ThreadManager.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 "PatchImpl.hpp"
#include "InternalPlugin.hpp"
#ifdef HAVE_LADSPA_H