diff options
Diffstat (limited to 'pstl/test/std/algorithms/alg.nonmodifying/mismatch.pass.cpp')
-rw-r--r-- | pstl/test/std/algorithms/alg.nonmodifying/mismatch.pass.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/pstl/test/std/algorithms/alg.nonmodifying/mismatch.pass.cpp b/pstl/test/std/algorithms/alg.nonmodifying/mismatch.pass.cpp index ec34af08fb0..f0f61ca10e2 100644 --- a/pstl/test/std/algorithms/alg.nonmodifying/mismatch.pass.cpp +++ b/pstl/test/std/algorithms/alg.nonmodifying/mismatch.pass.cpp @@ -9,17 +9,8 @@ #include "support/pstl_test_config.h" -#ifdef PSTL_STANDALONE_TESTS - -#include "pstl/execution" -#include "pstl/algorithm" -#include "pstl/numeric" -#include "pstl/memory" - -#else #include <execution> #include <algorithm> -#endif // PSTL_STANDALONE_TESTS #include "support/utils.h" |