Skip to content

Commit 6f22b11

Browse files
author
git apple-llvm automerger
committed
Merge commit 'a6459debc06f' from llvm.org/main into next
2 parents 120289d + a6459de commit 6f22b11

File tree

4 files changed

+0
-5
lines changed

4 files changed

+0
-5
lines changed

libcxx/include/__bit/bit_floor.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#include <__bit/bit_log2.h>
1313
#include <__concepts/arithmetic.h>
1414
#include <__config>
15-
#include <limits>
1615

1716
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
1817
# pragma GCC system_header

libcxx/include/__bit/countl.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#ifndef _LIBCPP___BIT_COUNTL_H
1010
#define _LIBCPP___BIT_COUNTL_H
1111

12-
#include <__bit/rotate.h>
1312
#include <__concepts/arithmetic.h>
1413
#include <__config>
1514
#include <__type_traits/is_unsigned_integer.h>

libcxx/include/__bit/countr.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
#ifndef _LIBCPP___BIT_COUNTR_H
1010
#define _LIBCPP___BIT_COUNTR_H
1111

12-
#include <__assert>
1312
#include <__concepts/arithmetic.h>
1413
#include <__config>
1514
#include <__type_traits/is_unsigned.h>

libcxx/include/__bit/popcount.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@
99
#ifndef _LIBCPP___BIT_POPCOUNT_H
1010
#define _LIBCPP___BIT_POPCOUNT_H
1111

12-
#include <__bit/rotate.h>
1312
#include <__concepts/arithmetic.h>
1413
#include <__config>
1514
#include <__type_traits/is_unsigned.h>
16-
#include <limits>
1715

1816
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
1917
# pragma GCC system_header

0 commit comments

Comments
 (0)