From 2a94b51f45c7e79c7f9871e0877087d2a1ac7cbe Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 5 Jul 2009 04:24:48 +0000 Subject: Use 'standard' bundle paths for #include directives. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2155 a436a847-0d15-0410-975c-d299462d15a1 --- hosts/lv2_jack_host.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'hosts/lv2_jack_host.c') diff --git a/hosts/lv2_jack_host.c b/hosts/lv2_jack_host.c index ebeb96b..438421f 100644 --- a/hosts/lv2_jack_host.c +++ b/hosts/lv2_jack_host.c @@ -26,9 +26,9 @@ #include #include #include "slv2/slv2.h" -#include "lv2_uri_map.h" -#include "lv2_event.h" -#include "lv2_event_helpers.h" +#include "uri-map.lv2/uri-map.h" +#include "event.lv2/event.h" +#include "event.lv2/event-helpers.h" #include "jack_compat.h" #define MIDI_BUFFER_SIZE 1024 -- cgit v1.2.1