diff options
author | David Robillard <d@drobilla.net> | 2010-11-26 21:37:10 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2010-11-26 21:37:10 +0000 |
commit | d2f94aa4fd3472ff86fea5abe7a58d15a90d3264 (patch) | |
tree | f5e0d4f5016cc1440712a3b5506231edcaaa7920 /src/client | |
parent | 0945fbb32ff6abd4a9276707eb1550d7a4ead542 (diff) | |
download | ingen-d2f94aa4fd3472ff86fea5abe7a58d15a90d3264.tar.gz ingen-d2f94aa4fd3472ff86fea5abe7a58d15a90d3264.tar.bz2 ingen-d2f94aa4fd3472ff86fea5abe7a58d15a90d3264.zip |
Update for latest LV2 #include style.
Enable building against system installed LV2 extensions.
Fix building slv2 and ingen independently.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2675 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/client')
-rw-r--r-- | src/client/PluginUI.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/PluginUI.cpp b/src/client/PluginUI.cpp index 8d3f50d7..e0c7463b 100644 --- a/src/client/PluginUI.cpp +++ b/src/client/PluginUI.cpp @@ -16,9 +16,9 @@ */ #include "raul/log.hpp" -#include "lv2/http/lv2plug.in/ns/ext/atom/atom.h" -#include "lv2/http/lv2plug.in/ns/ext/event/event.h" -#include "lv2/http/lv2plug.in/ns/ext/event/event-helpers.h" +#include "lv2/lv2plug.in/ns/ext/atom/atom.h" +#include "lv2/lv2plug.in/ns/ext/event/event.h" +#include "lv2/lv2plug.in/ns/ext/event/event-helpers.h" #include "shared/LV2Features.hpp" #include "shared/LV2URIMap.hpp" #include "shared/LV2Atom.hpp" |