summaryrefslogtreecommitdiffstats
path: root/test/test_string_view.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-11-23 16:06:12 -0500
committerDavid Robillard <d@drobilla.net>2024-11-23 16:06:12 -0500
commit70a64605f7da52b463db610a5a42a5f4f749dda8 (patch)
tree9dbdbe27f02c5c380744abd90a0eaa884b4f51f6 /test/test_string_view.c
parent8430cfd24c7b0b0e72ad7b97389de6edd188b735 (diff)
downloadzix-70a64605f7da52b463db610a5a42a5f4f749dda8.tar.gz
zix-70a64605f7da52b463db610a5a42a5f4f749dda8.tar.bz2
zix-70a64605f7da52b463db610a5a42a5f4f749dda8.zip
Use angle brackets for library includes
Diffstat (limited to 'test/test_string_view.c')
-rw-r--r--test/test_string_view.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_string_view.c b/test/test_string_view.c
index 764edcb..9aeb826 100644
--- a/test/test_string_view.c
+++ b/test/test_string_view.c
@@ -5,8 +5,8 @@
#include "failing_allocator.h"
-#include "zix/allocator.h"
-#include "zix/string_view.h"
+#include <zix/allocator.h>
+#include <zix/string_view.h>
#include <assert.h>
#include <string.h>