From 70a64605f7da52b463db610a5a42a5f4f749dda8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 23 Nov 2024 16:06:12 -0500 Subject: Use angle brackets for library includes --- test/test_string_view.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/test_string_view.c') 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 +#include #include #include -- cgit v1.2.1