summaryrefslogtreecommitdiffstats
path: root/src/engine/events/SetPortValue.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-07-05 04:24:48 +0000
committerDavid Robillard <d@drobilla.net>2009-07-05 04:24:48 +0000
commitde9337a37d6e3b896e6bd333d7ec787549b986c8 (patch)
tree434e8ca7a80e6f42c9eb7070c3e9218d21f9f90e /src/engine/events/SetPortValue.cpp
parentbf0805d15ca666b9b9b03b9e665fc3c5ee506ff3 (diff)
downloadingen-de9337a37d6e3b896e6bd333d7ec787549b986c8.tar.gz
ingen-de9337a37d6e3b896e6bd333d7ec787549b986c8.tar.bz2
ingen-de9337a37d6e3b896e6bd333d7ec787549b986c8.zip
Use 'standard' bundle paths for #include directives.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2155 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine/events/SetPortValue.cpp')
-rw-r--r--src/engine/events/SetPortValue.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/events/SetPortValue.cpp b/src/engine/events/SetPortValue.cpp
index cd845d3f..55919828 100644
--- a/src/engine/events/SetPortValue.cpp
+++ b/src/engine/events/SetPortValue.cpp
@@ -16,7 +16,7 @@
*/
#include <sstream>
-#include "lv2ext/lv2_event.h"
+#include "event.lv2/event.h"
#include "shared/LV2URIMap.hpp"
#include "shared/LV2Features.hpp"
#include "module/World.hpp"