diff options
Diffstat (limited to 'lilv/lilv.h')
-rw-r--r-- | lilv/lilv.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 <stdarg.h> #include <stdbool.h> |