diff options
Diffstat (limited to 'test/test_path.c')
-rw-r--r-- | test/test_path.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_path.c b/test/test_path.c index 5c98c32..3a8353d 100644 --- a/test/test_path.c +++ b/test/test_path.c @@ -3,8 +3,8 @@ #undef NDEBUG -#include "zix/path.h" -#include "zix/string_view.h" +#include <zix/path.h> +#include <zix/string_view.h> #include <assert.h> #include <stdbool.h> |