summaryrefslogtreecommitdiffstats
path: root/slv2/slv2.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-02-12 03:53:42 +0000
committerDavid Robillard <d@drobilla.net>2011-02-12 03:53:42 +0000
commite45dde6f4e045b2fb216e2f890bcb37f5c580fe9 (patch)
treec388d9993a824cdf69632b31c259be40f619f34c /slv2/slv2.h
parent389408984b381af772d456c60ceaddfe58288eee (diff)
downloadlilv-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.h4
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)