aboutsummaryrefslogtreecommitdiffstats
path: root/src/comm.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-11-18 09:45:27 -0500
committerDavid Robillard <d@drobilla.net>2024-11-24 19:10:10 -0500
commit3f2be7b6f9c5bb21afbbb0deadda0f40f8a64e26 (patch)
tree909de3250e7fb3202e9f129d2d194cdb5b7e739f /src/comm.h
parent5a16e2d8cb8e9db9b48a7baa79a8cbfbb1fd7697 (diff)
downloadjalv-3f2be7b6f9c5bb21afbbb0deadda0f40f8a64e26.tar.gz
jalv-3f2be7b6f9c5bb21afbbb0deadda0f40f8a64e26.tar.bz2
jalv-3f2be7b6f9c5bb21afbbb0deadda0f40f8a64e26.zip
Use angle brackets for library includes
Diffstat (limited to 'src/comm.h')
-rw-r--r--src/comm.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/comm.h b/src/comm.h
index 642a534..eb6b615 100644
--- a/src/comm.h
+++ b/src/comm.h
@@ -7,10 +7,10 @@
#include "attributes.h"
#include "types.h"
-#include "lv2/atom/atom.h"
-#include "lv2/urid/urid.h"
-#include "zix/ring.h"
-#include "zix/status.h"
+#include <lv2/atom/atom.h>
+#include <lv2/urid/urid.h>
+#include <zix/ring.h>
+#include <zix/status.h>
#include <stdint.h>