File tree 4 files changed +0
-5
lines changed 4 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 12
12
#include < __bit/bit_log2.h>
13
13
#include < __concepts/arithmetic.h>
14
14
#include < __config>
15
- #include < limits>
16
15
17
16
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
18
17
# pragma GCC system_header
Original file line number Diff line number Diff line change 9
9
#ifndef _LIBCPP___BIT_COUNTL_H
10
10
#define _LIBCPP___BIT_COUNTL_H
11
11
12
- #include < __bit/rotate.h>
13
12
#include < __concepts/arithmetic.h>
14
13
#include < __config>
15
14
#include < __type_traits/is_unsigned_integer.h>
Original file line number Diff line number Diff line change 9
9
#ifndef _LIBCPP___BIT_COUNTR_H
10
10
#define _LIBCPP___BIT_COUNTR_H
11
11
12
- #include < __assert>
13
12
#include < __concepts/arithmetic.h>
14
13
#include < __config>
15
14
#include < __type_traits/is_unsigned.h>
Original file line number Diff line number Diff line change 9
9
#ifndef _LIBCPP___BIT_POPCOUNT_H
10
10
#define _LIBCPP___BIT_POPCOUNT_H
11
11
12
- #include < __bit/rotate.h>
13
12
#include < __concepts/arithmetic.h>
14
13
#include < __config>
15
14
#include < __type_traits/is_unsigned.h>
16
- #include < limits>
17
15
18
16
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
19
17
# pragma GCC system_header
You can’t perform that action at this time.
0 commit comments