From 4d88b17b3f282b1023400837c3249c9f27774eca Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Tue, 16 Apr 2019 14:38:08 +0000 Subject: [pstl] Remove the stdlib headers from the PSTL and move them to the tests Summary: PSTL should not provide those headers since they belong to the standard library. Instead, we define a dummy standard library in the tests that provides those headers. Reviewers: rodgert, MikeDvorskiy Subscribers: mgorny, jkorous, dexonsmith, libcxx-commits Tags: #libc Differential Revision: https://reviews.llvm.org/D60535 llvm-svn: 358497 --- pstl/test/std/algorithms/alg.modifying.operations/remove.pass.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'pstl/test/std/algorithms/alg.modifying.operations/remove.pass.cpp') diff --git a/pstl/test/std/algorithms/alg.modifying.operations/remove.pass.cpp b/pstl/test/std/algorithms/alg.modifying.operations/remove.pass.cpp index 5a5404f9bff..010e3c6f616 100644 --- a/pstl/test/std/algorithms/alg.modifying.operations/remove.pass.cpp +++ b/pstl/test/std/algorithms/alg.modifying.operations/remove.pass.cpp @@ -10,13 +10,8 @@ // Test for remove, remove_if #include "support/pstl_test_config.h" -#ifdef PSTL_STANDALONE_TESTS -#include "pstl/execution" -#include "pstl/algorithm" -#else #include #include -#endif // PSTL_STANDALONE_TESTS #include "support/utils.h" -- cgit v1.2.3