aboutsummaryrefslogtreecommitdiffstats
path: root/include/lv2/atom/util.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-11-23 16:36:42 -0500
committerDavid Robillard <d@drobilla.net>2024-11-23 16:36:42 -0500
commit6fcd79be0c1d38eadabec9993e65725ce7bf600c (patch)
tree1b16ef0a16231cd1ca42cd8fd9d079746b3081c9 /include/lv2/atom/util.h
parentc8b2c46886888e53125f1027ef3ea96dc584bcaa (diff)
downloadlv2-6fcd79be0c1d38eadabec9993e65725ce7bf600c.tar.xz
Use angle brackets for library includes
Diffstat (limited to 'include/lv2/atom/util.h')
-rw-r--r--include/lv2/atom/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lv2/atom/util.h b/include/lv2/atom/util.h
index b8bb295..be53274 100644
--- a/include/lv2/atom/util.h
+++ b/include/lv2/atom/util.h
@@ -21,7 +21,7 @@
@{
*/
-#include "lv2/atom/atom.h"
+#include <lv2/atom/atom.h>
#include <stdarg.h>
#include <stdbool.h>