From 84762e0bfbc76d45e3e5bcbd42a49bb63c539dd7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 14 Apr 2019 22:45:08 +0200 Subject: Use modern LV2 includes --- lilv/lilv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lilv') diff --git a/lilv/lilv.h b/lilv/lilv.h index 58d00dc..a092178 100644 --- a/lilv/lilv.h +++ b/lilv/lilv.h @@ -21,8 +21,8 @@ #ifndef LILV_LILV_H #define LILV_LILV_H -#include "lv2/lv2plug.in/ns/ext/urid/urid.h" -#include "lv2/lv2plug.in/ns/lv2core/lv2.h" +#include "lv2/core/lv2.h" +#include "lv2/urid/urid.h" #include #include -- cgit v1.2.1