diff options
Diffstat (limited to 'test/cpp/test_path_std.cpp')
-rw-r--r-- | test/cpp/test_path_std.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cpp/test_path_std.cpp b/test/cpp/test_path_std.cpp index cabf3da..7b592d8 100644 --- a/test/cpp/test_path_std.cpp +++ b/test/cpp/test_path_std.cpp @@ -10,8 +10,8 @@ #undef NDEBUG -#include "zix/path.h" -#include "zix/string_view.h" +#include <zix/path.h> +#include <zix/string_view.h> #include <cassert> #include <cstdlib> |