[libc++] Remove a few unused includes from <__bit/*> (#137934)
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
#include <__bit/bit_log2.h>
|
||||
#include <__concepts/arithmetic.h>
|
||||
#include <__config>
|
||||
#include <limits>
|
||||
|
||||
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
|
||||
# pragma GCC system_header
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
#ifndef _LIBCPP___BIT_COUNTL_H
|
||||
#define _LIBCPP___BIT_COUNTL_H
|
||||
|
||||
#include <__bit/rotate.h>
|
||||
#include <__concepts/arithmetic.h>
|
||||
#include <__config>
|
||||
#include <__type_traits/is_unsigned_integer.h>
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
#ifndef _LIBCPP___BIT_COUNTR_H
|
||||
#define _LIBCPP___BIT_COUNTR_H
|
||||
|
||||
#include <__assert>
|
||||
#include <__concepts/arithmetic.h>
|
||||
#include <__config>
|
||||
#include <__type_traits/is_unsigned.h>
|
||||
|
||||
@@ -9,11 +9,9 @@
|
||||
#ifndef _LIBCPP___BIT_POPCOUNT_H
|
||||
#define _LIBCPP___BIT_POPCOUNT_H
|
||||
|
||||
#include <__bit/rotate.h>
|
||||
#include <__concepts/arithmetic.h>
|
||||
#include <__config>
|
||||
#include <__type_traits/is_unsigned.h>
|
||||
#include <limits>
|
||||
|
||||
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
|
||||
# pragma GCC system_header
|
||||
|
||||
Reference in New Issue
Block a user