diff options
Diffstat (limited to 'libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.proximate/proximate.pass.cpp')
-rw-r--r-- | libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.proximate/proximate.pass.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.proximate/proximate.pass.cpp b/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.proximate/proximate.pass.cpp index a7c498434df..a908d4c0425 100644 --- a/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.proximate/proximate.pass.cpp +++ b/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.proximate/proximate.pass.cpp @@ -14,7 +14,7 @@ // path proximate(const path& p, const path& base = current_path()) // path proximate(const path& p, const path& base, error_code& ec); -#include "filesystem_include.hpp" +#include "filesystem_include.h" #include <type_traits> #include <vector> #include <iostream> @@ -22,9 +22,9 @@ #include "test_macros.h" #include "test_iterators.h" -#include "count_new.hpp" -#include "rapid-cxx-test.hpp" -#include "filesystem_test_helper.hpp" +#include "count_new.h" +#include "rapid-cxx-test.h" +#include "filesystem_test_helper.h" static int count_path_elems(const fs::path& p) { |