summaryrefslogtreecommitdiffstats
path: root/hosts/lv2_jack_host.c
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
commit2a94b51f45c7e79c7f9871e0877087d2a1ac7cbe (patch)
tree6acc5677e076de11f730d166714a08d1fd3c3e37 /hosts/lv2_jack_host.c
parentb8cdfe9d97b8b5b8f0de3732a9f3075476df8071 (diff)
downloadlilv-2a94b51f45c7e79c7f9871e0877087d2a1ac7cbe.tar.gz
lilv-2a94b51f45c7e79c7f9871e0877087d2a1ac7cbe.tar.bz2
lilv-2a94b51f45c7e79c7f9871e0877087d2a1ac7cbe.zip
Use 'standard' bundle paths for #include directives.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2155 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'hosts/lv2_jack_host.c')
-rw-r--r--hosts/lv2_jack_host.c6
1 files changed, 3 insertions, 3 deletions
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 <jack/jack.h>
#include <jack/midiport.h>
#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