diff options
Diffstat (limited to 'pstl/test/std/algorithms/alg.modifying.operations/replace_copy.pass.cpp')
-rw-r--r-- | pstl/test/std/algorithms/alg.modifying.operations/replace_copy.pass.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/pstl/test/std/algorithms/alg.modifying.operations/replace_copy.pass.cpp b/pstl/test/std/algorithms/alg.modifying.operations/replace_copy.pass.cpp index e4a147b9475..b6700f13e21 100644 --- a/pstl/test/std/algorithms/alg.modifying.operations/replace_copy.pass.cpp +++ b/pstl/test/std/algorithms/alg.modifying.operations/replace_copy.pass.cpp @@ -11,13 +11,8 @@ #include "support/pstl_test_config.h" -#ifdef PSTL_STANDALONE_TESTS -#include "pstl/execution" -#include "pstl/algorithm" -#else #include <execution> #include <algorithm> -#endif // PSTL_STANDALONE_TESTS #include "support/utils.h" |