diff options
author | David Robillard <d@drobilla.net> | 2010-11-26 20:33:47 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2010-11-26 20:33:47 +0000 |
commit | 8db955c711c0928e241e5dc7b77bf335dd4bb6d6 (patch) | |
tree | df1a53b0c1d618b930fc59a20367703ea88c6316 /ext/atom.lv2 | |
parent | e0c4fb1bc1c66e5655a41ddcbfaafb07e32b93a2 (diff) | |
download | lv2-8db955c711c0928e241e5dc7b77bf335dd4bb6d6.tar.xz |
Remove scheme from LV2 #include directives.
Check the given header directory is named 'lv2' (to conform to #include standard).
Diffstat (limited to 'ext/atom.lv2')
-rw-r--r-- | ext/atom.lv2/atom-helpers.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <stdint.h> #include <stdbool.h> #include <string.h> -#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 |