summaryrefslogtreecommitdiffstats
path: root/src/engine/LV2Info.hpp
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/LV2Info.hpp
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/LV2Info.hpp')
-rw-r--r--src/engine/LV2Info.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/LV2Info.hpp b/src/engine/LV2Info.hpp
index f689e45f..2486efca 100644
--- a/src/engine/LV2Info.hpp
+++ b/src/engine/LV2Info.hpp
@@ -29,8 +29,8 @@
#include "module/World.hpp"
#include "shared/LV2URIMap.hpp"
#include "shared/LV2Features.hpp"
-#include "lv2ext/lv2_uri_map.h"
-#include "lv2ext/lv2_event.h"
+#include "uri-map.lv2/uri-map.h"
+#include "event.lv2/event.h"
namespace Ingen {