diff options
author | David Robillard <d@drobilla.net> | 2010-10-06 17:58:41 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2010-10-06 17:58:41 +0000 |
commit | d1254dd7689a417e20431fe481c9250c011e3999 (patch) | |
tree | 69758d23d59a64fb547ee97f763206a68c19e94a /ext | |
parent | 7f6a71598ed8c92b00763772009cc9a2cea3b4bf (diff) | |
download | lv2-d1254dd7689a417e20431fe481c9250c011e3999.tar.xz |
Use URI includes in extension helper headers.
Diffstat (limited to 'ext')
-rw-r--r-- | ext/event.lv2/event-helpers.h | 2 | ||||
-rw-r--r-- | ext/osc.lv2/osc-print.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/event.lv2/event-helpers.h b/ext/event.lv2/event-helpers.h index 14500b8..37ca451 100644 --- a/ext/event.lv2/event-helpers.h +++ b/ext/event.lv2/event-helpers.h @@ -25,7 +25,7 @@ #include <string.h> #include <stdlib.h> #include <assert.h> -#include "event.lv2/event.h" +#include "lv2/http/lv2plug.in/ns/ext/event/event.h" /** @file * Helper functions for the LV2 Event extension diff --git a/ext/osc.lv2/osc-print.h b/ext/osc.lv2/osc-print.h index 7d590f3..8e34882 100644 --- a/ext/osc.lv2/osc-print.h +++ b/ext/osc.lv2/osc-print.h @@ -23,7 +23,7 @@ #ifndef LV2_OSC_PRINT_H #define LV2_OSC_PRINT_H -#include "ext/osc.lv2/osc.h" +#include "lv2/http/lv2plug.in/ns/ext/osc/osc.h" #ifdef __cplusplus extern "C" { |