summaryrefslogtreecommitdiffstats
path: root/src/shared
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/shared
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/shared')
-rw-r--r--src/shared/LV2URIMap.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/LV2URIMap.hpp b/src/shared/LV2URIMap.hpp
index bf050f48..f1b9c919 100644
--- a/src/shared/LV2URIMap.hpp
+++ b/src/shared/LV2URIMap.hpp
@@ -27,7 +27,7 @@
#include <string>
#include <boost/utility.hpp>
#include "slv2/slv2.h"
-#include "common/lv2ext/lv2_uri_map.h"
+#include "uri-map.lv2/uri-map.h"
namespace Ingen {
namespace Shared {