aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/algorithm
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/include/algorithm')
-rw-r--r--libcxx/include/algorithm4
1 files changed, 1 insertions, 3 deletions
diff --git a/libcxx/include/algorithm b/libcxx/include/algorithm
index b28c8cd..83bf8df 100644
--- a/libcxx/include/algorithm
+++ b/libcxx/include/algorithm
@@ -645,15 +645,13 @@ template <class BidirectionalIterator, class Compare>
*/
+#include <__bits> // __libcpp_clz
#include <__config>
#include <__debug>
-#include <__bits> // __libcpp_clz
#include <cstddef>
#include <cstring>
#include <functional>
#include <initializer_list>
-#include <utility> // needed to provide swap_ranges.
-#include <memory>
#include <iterator>
#include <memory>
#include <type_traits>