summaryrefslogtreecommitdiffstats
path: root/src/engine/events/DestroyEvent.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-10-18 16:58:12 +0000
committerDavid Robillard <d@drobilla.net>2008-10-18 16:58:12 +0000
commit18dbb3f103795daab90cabf83335c51cb7c05621 (patch)
treea1b6a0ae1ab5c600a8c04e7f97cd987df24b3229 /src/engine/events/DestroyEvent.cpp
parent49cf0af71d300585778b9bf55b74c781387a183e (diff)
downloadingen-18dbb3f103795daab90cabf83335c51cb7c05621.tar.gz
ingen-18dbb3f103795daab90cabf83335c51cb7c05621.tar.bz2
ingen-18dbb3f103795daab90cabf83335c51cb7c05621.zip
Build against local library versions no matter what.... hopefully....
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1677 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine/events/DestroyEvent.cpp')
-rw-r--r--src/engine/events/DestroyEvent.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/events/DestroyEvent.cpp b/src/engine/events/DestroyEvent.cpp
index 07770c0a..17552938 100644
--- a/src/engine/events/DestroyEvent.cpp
+++ b/src/engine/events/DestroyEvent.cpp
@@ -15,8 +15,8 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#include <raul/Maid.hpp>
-#include <raul/Path.hpp>
+#include "raul/Maid.hpp"
+#include "raul/Path.hpp"
#include "DestroyEvent.hpp"
#include "Responder.hpp"
#include "Engine.hpp"