summaryrefslogtreecommitdiffstats
path: root/src/node.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-11-24 13:31:55 -0500
committerDavid Robillard <d@drobilla.net>2024-11-24 20:04:10 -0500
commitec3e053611c5a7c1ffe5f0e308610a54b6d4cd92 (patch)
treea07a35f0bb98f213e67e769227acde9b291e2a78 /src/node.c
parent8366ebd3a153b25273176c75f4623d7a592144c5 (diff)
downloadlilv-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/node.c')
-rw-r--r--src/node.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/node.c b/src/node.c
index 13c0e77..42c2b56 100644
--- a/src/node.c
+++ b/src/node.c
@@ -3,12 +3,12 @@
#include "lilv_internal.h"
-#include "lilv/lilv.h"
-#include "serd/serd.h"
-#include "sord/sord.h"
-#include "zix/allocator.h"
-#include "zix/filesystem.h"
-#include "zix/path.h"
+#include <lilv/lilv.h>
+#include <serd/serd.h>
+#include <sord/sord.h>
+#include <zix/allocator.h>
+#include <zix/filesystem.h>
+#include <zix/path.h>
#include <math.h>
#include <stdbool.h>