summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-11-23 16:35:59 -0500
committerDavid Robillard <d@drobilla.net>2024-11-23 16:35:59 -0500
commit33d343f25ff41cab66cc679757d94f9af9b3e766 (patch)
tree641edf5a14358b3bf3fe9093b596c11760b99cb0 /include
parent9b589c246c368a9da6bbeab3e693767ffe19e04e (diff)
downloadsratom-33d343f25ff41cab66cc679757d94f9af9b3e766.tar.gz
sratom-33d343f25ff41cab66cc679757d94f9af9b3e766.tar.bz2
sratom-33d343f25ff41cab66cc679757d94f9af9b3e766.zip
Use angle brackets for library includes and clean up include pathsHEADmain
Diffstat (limited to 'include')
-rw-r--r--include/sratom/sratom.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/sratom/sratom.h b/include/sratom/sratom.h
index 643e8b8..9790030 100644
--- a/include/sratom/sratom.h
+++ b/include/sratom/sratom.h
@@ -6,11 +6,11 @@
#ifndef SRATOM_SRATOM_H
#define SRATOM_SRATOM_H
-#include "lv2/atom/atom.h"
-#include "lv2/atom/forge.h"
-#include "lv2/urid/urid.h"
-#include "serd/serd.h"
-#include "sord/sord.h"
+#include <lv2/atom/atom.h>
+#include <lv2/atom/forge.h>
+#include <lv2/urid/urid.h>
+#include <serd/serd.h>
+#include <sord/sord.h>
#include <stdbool.h>
#include <stdint.h>