diff options
Diffstat (limited to 'test/test_string_view.c')
-rw-r--r-- | test/test_string_view.c | 4 |
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> |