diff options
Diffstat (limited to 'src/engine/events/Note.cpp')
-rw-r--r-- | src/engine/events/Note.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
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; |