diff options
Diffstat (limited to 'pstl/test/std/algorithms/alg.nonmodifying/nth_element.pass.cpp')
-rw-r--r-- | pstl/test/std/algorithms/alg.nonmodifying/nth_element.pass.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/pstl/test/std/algorithms/alg.nonmodifying/nth_element.pass.cpp b/pstl/test/std/algorithms/alg.nonmodifying/nth_element.pass.cpp index 7aee86260df..61fe8d7049d 100644 --- a/pstl/test/std/algorithms/alg.nonmodifying/nth_element.pass.cpp +++ b/pstl/test/std/algorithms/alg.nonmodifying/nth_element.pass.cpp @@ -9,16 +9,9 @@ #include "support/pstl_test_config.h" -#ifdef PSTL_STANDALONE_TESTS -#include <algorithm> #include <iostream> -#include "pstl/execution" -#include "pstl/algorithm" - -#else #include <execution> #include <algorithm> -#endif // PSTL_STANDALONE_TESTS #include "support/utils.h" |