aboutsummaryrefslogtreecommitdiffstats
path: root/src/uri.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-11-23 16:25:03 -0500
committerDavid Robillard <d@drobilla.net>2024-11-23 16:25:03 -0500
commit6a89d2e44617bf39e0d44f3a4369b7c43d9a7e89 (patch)
tree5ba997f88a44accf4d1635aef51015fd01b9a49d /src/uri.c
parent5008e538ed0b73d90d7b3024569f8c27bfc8fc8c (diff)
downloadserd-6a89d2e44617bf39e0d44f3a4369b7c43d9a7e89.tar.gz
serd-6a89d2e44617bf39e0d44f3a4369b7c43d9a7e89.tar.bz2
serd-6a89d2e44617bf39e0d44f3a4369b7c43d9a7e89.zip
Use angle brackets for library includes
Diffstat (limited to 'src/uri.c')
-rw-r--r--src/uri.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uri.c b/src/uri.c
index b18cd3aa..e9be9c3c 100644
--- a/src/uri.c
+++ b/src/uri.c
@@ -5,7 +5,7 @@
#include "uri_utils.h"
#include "warnings.h"
-#include "serd/serd.h"
+#include <serd/serd.h>
#include <assert.h>
#include <stdbool.h>