aboutsummaryrefslogtreecommitdiffstats
path: root/include/lv2/atom/forge.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/forge.h
parentc8b2c46886888e53125f1027ef3ea96dc584bcaa (diff)
downloadlv2-6fcd79be0c1d38eadabec9993e65725ce7bf600c.tar.xz
Use angle brackets for library includes
Diffstat (limited to 'include/lv2/atom/forge.h')
-rw-r--r--include/lv2/atom/forge.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/lv2/atom/forge.h b/include/lv2/atom/forge.h
index be9e842..b9dff85 100644
--- a/include/lv2/atom/forge.h
+++ b/include/lv2/atom/forge.h
@@ -38,10 +38,10 @@
@{
*/
-#include "lv2/atom/atom.h"
-#include "lv2/atom/util.h"
-#include "lv2/core/attributes.h"
-#include "lv2/urid/urid.h"
+#include <lv2/atom/atom.h>
+#include <lv2/atom/util.h>
+#include <lv2/core/attributes.h>
+#include <lv2/urid/urid.h>
#include <assert.h>
#include <stdbool.h>