diff options
Diffstat (limited to 'libcxx/test/std/input.output/filesystems/class.path/path.member/path.decompose/path.decompose.pass.cpp')
-rw-r--r-- | libcxx/test/std/input.output/filesystems/class.path/path.member/path.decompose/path.decompose.pass.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libcxx/test/std/input.output/filesystems/class.path/path.member/path.decompose/path.decompose.pass.cpp b/libcxx/test/std/input.output/filesystems/class.path/path.member/path.decompose/path.decompose.pass.cpp index be9cefb76a8..4674dc1f590 100644 --- a/libcxx/test/std/input.output/filesystems/class.path/path.member/path.decompose/path.decompose.pass.cpp +++ b/libcxx/test/std/input.output/filesystems/class.path/path.member/path.decompose/path.decompose.pass.cpp @@ -43,15 +43,15 @@ // iterator end() const; -#include "filesystem_include.hpp" +#include "filesystem_include.h" #include <type_traits> #include <vector> #include <cassert> #include "test_macros.h" #include "test_iterators.h" -#include "count_new.hpp" -#include "filesystem_test_helper.hpp" +#include "count_new.h" +#include "filesystem_test_helper.h" #include "assert_checkpoint.h" #include "verbose_assert.h" |