From 8db955c711c0928e241e5dc7b77bf335dd4bb6d6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 26 Nov 2010 20:33:47 +0000 Subject: Remove scheme from LV2 #include directives. Check the given header directory is named 'lv2' (to conform to #include standard). --- ext/atom.lv2/atom-helpers.h | 2 +- ext/event.lv2/event-helpers.h | 2 +- ext/message.lv2/message.h | 2 +- ext/osc.lv2/osc-print.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'ext') diff --git a/ext/atom.lv2/atom-helpers.h b/ext/atom.lv2/atom-helpers.h index 787d0c7..d48580f 100644 --- a/ext/atom.lv2/atom-helpers.h +++ b/ext/atom.lv2/atom-helpers.h @@ -22,7 +22,7 @@ #include #include #include -#include "lv2/http/lv2plug.in/ns/ext/atom/atom.h" +#include "lv2/lv2plug.in/ns/ext/atom/atom.h" /** @file * Helper functions for the LV2 Atom extension diff --git a/ext/event.lv2/event-helpers.h b/ext/event.lv2/event-helpers.h index ae9fb60..d97ae73 100644 --- a/ext/event.lv2/event-helpers.h +++ b/ext/event.lv2/event-helpers.h @@ -25,7 +25,7 @@ #include #include #include -#include "lv2/http/lv2plug.in/ns/ext/event/event.h" +#include "lv2/lv2plug.in/ns/ext/event/event.h" /** @file * Helper functions for the LV2 Event extension diff --git a/ext/message.lv2/message.h b/ext/message.lv2/message.h index 45391c3..0d1effa 100644 --- a/ext/message.lv2/message.h +++ b/ext/message.lv2/message.h @@ -28,7 +28,7 @@ #include #include -#include "lv2/http/lv2plug.in/ns/ext/atom/atom.h" +#include "lv2/lv2plug.in/ns/ext/atom/atom.h" /** An LV2 Message. * diff --git a/ext/osc.lv2/osc-print.h b/ext/osc.lv2/osc-print.h index 8e34882..ceebbf7 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 "lv2/http/lv2plug.in/ns/ext/osc/osc.h" +#include "lv2/lv2plug.in/ns/ext/osc/osc.h" #ifdef __cplusplus extern "C" { -- cgit v1.2.1