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/util.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/util.c') diff --git a/src/util.c b/src/util.c index 278f0de..2693600 100644 --- a/src/util.c +++ b/src/util.c @@ -3,12 +3,12 @@ #include "lilv_internal.h" -#include "lilv/lilv.h" -#include "serd/serd.h" -#include "zix/allocator.h" -#include "zix/filesystem.h" -#include "zix/path.h" -#include "zix/string_view.h" +#include +#include +#include +#include +#include +#include #include -- cgit v1.2.1