From ec3e053611c5a7c1ffe5f0e308610a54b6d4cd92 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 24 Nov 2024 13:31:55 -0500 Subject: Use angle brackets for library includes and clean up include paths --- src/lilv_internal.h | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'src/lilv_internal.h') diff --git a/src/lilv_internal.h b/src/lilv_internal.h index f1bca25..22e3998 100644 --- a/src/lilv_internal.h +++ b/src/lilv_internal.h @@ -10,11 +10,11 @@ extern "C" { #include "lilv_config.h" // IWYU pragma: keep -#include "lilv/lilv.h" -#include "lv2/core/lv2.h" -#include "serd/serd.h" -#include "sord/sord.h" -#include "zix/tree.h" +#include +#include +#include +#include +#include #include #include @@ -40,7 +40,7 @@ dlerror(void) #endif #ifdef LILV_DYN_MANIFEST -# include "lv2/dynmanifest/dynmanifest.h" +# include #endif /* @@ -391,9 +391,6 @@ lilv_strdup(const char* str); char* lilv_get_lang(void); -char* -lilv_expand(const char* path); - char* lilv_get_latest_copy(const char* path, const char* copy_path); -- cgit v1.2.1