diff options
Diffstat (limited to 'hosts/lv2_jack_host.c')
-rw-r--r-- | hosts/lv2_jack_host.c | 6 |
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 |