From d2f94aa4fd3472ff86fea5abe7a58d15a90d3264 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 26 Nov 2010 21:37:10 +0000 Subject: 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 --- src/engine/EventBuffer.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/engine/EventBuffer.hpp') diff --git a/src/engine/EventBuffer.hpp b/src/engine/EventBuffer.hpp index 3f433b68..567abcab 100644 --- a/src/engine/EventBuffer.hpp +++ b/src/engine/EventBuffer.hpp @@ -18,9 +18,9 @@ #ifndef INGEN_ENGINE_EVENTBUFFER_HPP #define INGEN_ENGINE_EVENTBUFFER_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 "interface/PortType.hpp" #include "Buffer.hpp" -- cgit v1.2.1