diff options
Diffstat (limited to 'src/string_view.c')
-rw-r--r-- | src/string_view.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/string_view.c b/src/string_view.c index 192f918..b02e537 100644 --- a/src/string_view.c +++ b/src/string_view.c @@ -1,8 +1,9 @@ // Copyright 2007-2024 David Robillard <d@drobilla.net> // SPDX-License-Identifier: ISC -#include "zix/string_view.h" -#include "zix/allocator.h" +#include <zix/string_view.h> + +#include <zix/allocator.h> #include <stdbool.h> #include <string.h> |