commit | ef1816002f55db558dfe5971cd3c8ff1c0170ee0 | [log] [tgz] |
---|---|---|
author | Arthur O'Dwyer <arthur.j.odwyer@gmail.com> | Wed May 19 11:57:04 2021 -0400 |
committer | Copybara-Service <copybara-worker@google.com> | Sat May 29 17:00:56 2021 -0700 |
tree | f1851c79ba126997d0f068b436d7adae9580b634 | |
parent | 6fc0a1d4d2c4aa688b2cc7ce92a35648408d8ba0 [diff] [blame] |
[libc++] Alphabetize and include-what-you-use. NFCI. Differential Revision: https://reviews.llvm.org/D102781 NOKEYCHECK=True GitOrigin-RevId: bfbd73f87d7b2c1140b43192cea6b7fbbfc35cd0
diff --git a/include/bit b/include/bit index 7708106..c64e45c 100644 --- a/include/bit +++ b/include/bit
@@ -55,7 +55,7 @@ */ #include <__config> -#include <__bits> +#include <__bits> // __libcpp_clz #include <__debug> #include <limits> #include <type_traits>