[libc++] Remove a few unused includes from <__bit/*> (#137934)

This commit is contained in:
Nikolas Klauser
2025-05-01 15:02:17 +02:00
committed by GitHub
parent 180bc5916b
commit a6459debc0
4 changed files with 0 additions and 5 deletions

View File

@@ -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

View File

@@ -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>

View File

@@ -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>

View File

@@ -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