diff options
Diffstat (limited to 'include/lilv/lilv.h')
-rw-r--r-- | include/lilv/lilv.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/lilv/lilv.h b/include/lilv/lilv.h index 27bff21..aeabda0 100644 --- a/include/lilv/lilv.h +++ b/include/lilv/lilv.h @@ -6,8 +6,8 @@ #ifndef LILV_LILV_H #define LILV_LILV_H -#include "lv2/core/lv2.h" -#include "lv2/urid/urid.h" +#include <lv2/core/lv2.h> +#include <lv2/urid/urid.h> #include <stdarg.h> // IWYU pragma: keep #include <stdbool.h> |