summaryrefslogtreecommitdiffstats
path: root/include/sord
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-11-23 16:35:38 -0500
committerDavid Robillard <d@drobilla.net>2024-11-24 18:17:29 -0500
commit0507047424178213472cfb5750047a72b64f9542 (patch)
treefc598d4c4c0d390f0fba41db0ff12072d171b803 /include/sord
parent0ad7658686ea1867497a276ff2d72148b57a4d1e (diff)
downloadsord-0507047424178213472cfb5750047a72b64f9542.tar.gz
sord-0507047424178213472cfb5750047a72b64f9542.tar.bz2
sord-0507047424178213472cfb5750047a72b64f9542.zip
Use angle brackets for library includes and clean up include paths
Diffstat (limited to 'include/sord')
-rw-r--r--include/sord/sord.h2
-rw-r--r--include/sord/sordmm.hpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/include/sord/sord.h b/include/sord/sord.h
index 663cb81..3433e23 100644
--- a/include/sord/sord.h
+++ b/include/sord/sord.h
@@ -8,7 +8,7 @@
#ifndef SORD_SORD_H
#define SORD_SORD_H
-#include "serd/serd.h"
+#include <serd/serd.h>
#include <stdbool.h>
#include <stddef.h>
diff --git a/include/sord/sordmm.hpp b/include/sord/sordmm.hpp
index 236e891..b1226d6 100644
--- a/include/sord/sordmm.hpp
+++ b/include/sord/sordmm.hpp
@@ -14,8 +14,8 @@
# pragma clang diagnostic ignored "-Wzero-as-null-pointer-constant"
#endif
-#include "serd/serd.h"
-#include "sord/sord.h"
+#include <serd/serd.h>
+#include <sord/sord.h>
#if defined(__clang__)
# pragma clang diagnostic pop