From d1254dd7689a417e20431fe481c9250c011e3999 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 6 Oct 2010 17:58:41 +0000 Subject: Use URI includes in extension helper headers. --- ext/event.lv2/event-helpers.h | 2 +- ext/osc.lv2/osc-print.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'ext') 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 #include #include -#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" { -- cgit v1.2.1