diff options
Diffstat (limited to 'pstl/test/std/algorithms/alg.modifying.operations/alg.reverse')
-rw-r--r-- | pstl/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse.pass.cpp | 6 | ||||
-rw-r--r-- | pstl/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/pstl/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse.pass.cpp b/pstl/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse.pass.cpp index 79b53d19581..9d4615c356e 100644 --- a/pstl/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse.pass.cpp +++ b/pstl/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse.pass.cpp @@ -9,15 +9,9 @@ #include "support/pstl_test_config.h" -#ifdef PSTL_STANDALONE_TESTS #include <iterator> - -#include "pstl/execution" -#include "pstl/algorithm" -#else #include <execution> #include <algorithm> -#endif // PSTL_STANDALONE_TESTS #include "support/utils.h" diff --git a/pstl/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp b/pstl/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp index c8569a64795..3edd3e87599 100644 --- a/pstl/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp +++ b/pstl/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse_copy.pass.cpp @@ -9,15 +9,9 @@ #include "support/pstl_test_config.h" -#ifdef PSTL_STANDALONE_TESTS #include <iterator> - -#include "pstl/execution" -#include "pstl/algorithm" -#else #include <execution> #include <algorithm> -#endif // PSTL_STANDALONE_TESTS #include "support/utils.h" |