diff options
author | David Robillard <d@drobilla.net> | 2024-11-24 13:31:55 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-11-24 20:04:10 -0500 |
commit | ec3e053611c5a7c1ffe5f0e308610a54b6d4cd92 (patch) | |
tree | a07a35f0bb98f213e67e769227acde9b291e2a78 /src/util.c | |
parent | 8366ebd3a153b25273176c75f4623d7a592144c5 (diff) | |
download | lilv-ec3e053611c5a7c1ffe5f0e308610a54b6d4cd92.tar.gz lilv-ec3e053611c5a7c1ffe5f0e308610a54b6d4cd92.tar.bz2 lilv-ec3e053611c5a7c1ffe5f0e308610a54b6d4cd92.zip |
Use angle brackets for library includes and clean up include paths
Diffstat (limited to 'src/util.c')
-rw-r--r-- | src/util.c | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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 <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 <sys/stat.h> |