diff options
Diffstat (limited to 'libcxx/test/std/input.output/filesystems/class.path/path.itr/iterator.pass.cpp')
-rw-r--r-- | libcxx/test/std/input.output/filesystems/class.path/path.itr/iterator.pass.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/test/std/input.output/filesystems/class.path/path.itr/iterator.pass.cpp b/libcxx/test/std/input.output/filesystems/class.path/path.itr/iterator.pass.cpp index 558206d7082..07f57ef15bd 100644 --- a/libcxx/test/std/input.output/filesystems/class.path/path.itr/iterator.pass.cpp +++ b/libcxx/test/std/input.output/filesystems/class.path/path.itr/iterator.pass.cpp @@ -18,13 +18,13 @@ // path(InputIterator first, InputIterator last); -#include "filesystem_include.hpp" +#include "filesystem_include.h" #include <iterator> #include <type_traits> #include <cassert> #include "test_macros.h" -#include "filesystem_test_helper.hpp" +#include "filesystem_test_helper.h" |