[libcxx-commits] [PATCH] D116507: [libc++][NFC] Remove duplicate header includes from <algorithm> and reorder them
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jan 5 00:08:27 PST 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGcf54cb2e0383: [libc++][NFC] Remove duplicate header includes from <algorithm> and reorder them (authored by philnik).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116507/new/
https://reviews.llvm.org/D116507
Files:
libcxx/include/algorithm
Index: libcxx/include/algorithm
===================================================================
--- libcxx/include/algorithm
+++ libcxx/include/algorithm
@@ -645,15 +645,13 @@
*/
+#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>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D116507.397466.patch
Type: text/x-patch
Size: 528 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220105/25922787/attachment-0001.bin>
More information about the libcxx-commits
mailing list