diff options
author | David Robillard <d@drobilla.net> | 2007-02-11 01:26:07 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-02-11 01:26:07 +0000 |
commit | a5fc27d5d781b3b0e53f23c566c02522e910507c (patch) | |
tree | b63a9d8358b64078c68e025f977d77c121fdc7c7 /src/libs/engine/events/DestroyEvent.cpp | |
parent | 2f652fcefc7e7bfe3b9c3b56172a2d69ee604cbf (diff) | |
download | ingen-a5fc27d5d781b3b0e53f23c566c02522e910507c.tar.gz ingen-a5fc27d5d781b3b0e53f23c566c02522e910507c.tar.bz2 ingen-a5fc27d5d781b3b0e53f23c566c02522e910507c.zip |
Moved Maid from Ingen to Raul.
Working machina MIDI learn, fixes, etc, etc.
git-svn-id: http://svn.drobilla.net/lad/ingen@302 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/engine/events/DestroyEvent.cpp')
-rw-r--r-- | src/libs/engine/events/DestroyEvent.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/engine/events/DestroyEvent.cpp b/src/libs/engine/events/DestroyEvent.cpp index 9114c4bd..14e6702c 100644 --- a/src/libs/engine/events/DestroyEvent.cpp +++ b/src/libs/engine/events/DestroyEvent.cpp @@ -28,7 +28,7 @@ #include "DisconnectNodeEvent.h" #include "DisconnectPortEvent.h" #include "ClientBroadcaster.h" -#include "Maid.h" +#include <raul/Maid.h> #include "ObjectStore.h" #include "raul/Path.h" #include "QueuedEventSource.h" |