Revert "[libc++] Granularize the rest of memory"

Breaks buildbots.

This reverts commit 30adaa730c4768b5eb06719c808b2884fcf53cf3.
This commit is contained in:
Vitaly Buka
2022-09-02 19:35:10 -07:00
parent 211817d3be
commit bc8fd9c633
113 changed files with 183 additions and 571 deletions

View File

@@ -1709,6 +1709,7 @@ template <class BidirectionalIterator, class Compare>
#include <__debug>
#include <cstddef>
#include <cstring>
#include <memory>
#include <type_traits>
#include <version>
@@ -1903,11 +1904,7 @@ template <class BidirectionalIterator, class Compare>
#endif
#if !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES) && _LIBCPP_STD_VER <= 20
# include <atomic>
# include <chrono>
# include <iterator>
# include <memory>
# include <stdexcept>
# include <utility>
#endif
@@ -1919,7 +1916,7 @@ template <class BidirectionalIterator, class Compare>
#endif
#if defined(_LIBCPP_HAS_PARALLEL_ALGORITHMS) && _LIBCPP_STD_VER >= 17
# include <__pstl_algorithm>
# include <__pstl_algorithm>
#endif
#endif // _LIBCPP_ALGORITHM