summaryrefslogtreecommitdiffstats
path: root/src/engine/events
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events')
-rw-r--r--src/engine/events/MidiLearn.cpp2
-rw-r--r--src/engine/events/MidiLearn.hpp2
-rw-r--r--src/engine/events/Note.cpp10
3 files changed, 7 insertions, 7 deletions
diff --git a/src/engine/events/MidiLearn.cpp b/src/engine/events/MidiLearn.cpp
index c475833b..b5c25102 100644
--- a/src/engine/events/MidiLearn.cpp
+++ b/src/engine/events/MidiLearn.cpp
@@ -20,7 +20,7 @@
#include "Engine.hpp"
#include "EngineStore.hpp"
#include "NodeImpl.hpp"
-#include "InternalController.hpp"
+#include "internals/Controller.hpp"
#include "ClientBroadcaster.hpp"
#include "PluginImpl.hpp"
diff --git a/src/engine/events/MidiLearn.hpp b/src/engine/events/MidiLearn.hpp
index 061c9b7f..5835cf6a 100644
--- a/src/engine/events/MidiLearn.hpp
+++ b/src/engine/events/MidiLearn.hpp
@@ -19,7 +19,7 @@
#define MIDILEARNEVENT_H
#include "QueuedEvent.hpp"
-#include "InternalController.hpp"
+#include "internals/Controller.hpp"
#include "types.hpp"
namespace Ingen {
diff --git a/src/engine/events/Note.cpp b/src/engine/events/Note.cpp
index 2bf71068..0871b0d3 100644
--- a/src/engine/events/Note.cpp
+++ b/src/engine/events/Note.cpp
@@ -15,16 +15,16 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#include "Note.hpp"
-#include "Responder.hpp"
+#include "internals/Note.hpp"
+#include "internals/Trigger.hpp"
#include "Engine.hpp"
#include "EngineStore.hpp"
+#include "InternalPlugin.hpp"
#include "NodeImpl.hpp"
-#include "InternalNote.hpp"
-#include "InternalTrigger.hpp"
+#include "Note.hpp"
#include "PluginImpl.hpp"
-#include "InternalPlugin.hpp"
#include "ProcessContext.hpp"
+#include "Responder.hpp"
using namespace Raul;