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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/atom.lv2/atom-helpers.h') 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 -- cgit v1.2.1