diff options
author | David Robillard <d@drobilla.net> | 2011-02-12 03:53:42 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-02-12 03:53:42 +0000 |
commit | e45dde6f4e045b2fb216e2f890bcb37f5c580fe9 (patch) | |
tree | c388d9993a824cdf69632b31c259be40f619f34c /slv2/slv2.h | |
parent | 389408984b381af772d456c60ceaddfe58288eee (diff) | |
download | lilv-e45dde6f4e045b2fb216e2f890bcb37f5c580fe9.tar.gz lilv-e45dde6f4e045b2fb216e2f890bcb37f5c580fe9.tar.bz2 lilv-e45dde6f4e045b2fb216e2f890bcb37f5c580fe9.zip |
Use new-style LV2 includes.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2926 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'slv2/slv2.h')
-rw-r--r-- | slv2/slv2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/slv2/slv2.h b/slv2/slv2.h index 27f5a03..8318564 100644 --- a/slv2/slv2.h +++ b/slv2/slv2.h @@ -26,8 +26,8 @@ extern "C" { #include <stdint.h> #include <stdbool.h> -#include "lv2.h" -#include "lv2_ui.h" +#include "lv2/lv2plug.in/ns/lv2core/lv2.h" +#include "lv2/lv2plug.in/ns/extensions/ui/ui.h" #if defined _WIN32 || defined __CYGWIN__ #define SLV2_LIB_IMPORT __declspec(dllimport) |