Skip to content

Commit 472b612

Browse files
authored
[libc++][NFC] Remove unused includes from <__type_traits/remove_cv.h> (#88752)
1 parent 3d72c44 commit 472b612

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

libcxx/include/__format/format_arg.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#include <__fwd/format.h>
2020
#include <__memory/addressof.h>
2121
#include <__type_traits/conditional.h>
22+
#include <__type_traits/remove_const.h>
2223
#include <__utility/forward.h>
2324
#include <__utility/move.h>
2425
#include <__utility/unreachable.h>

libcxx/include/__type_traits/remove_cv.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
#define _LIBCPP___TYPE_TRAITS_REMOVE_CV_H
1111

1212
#include <__config>
13-
#include <__type_traits/remove_const.h>
14-
#include <__type_traits/remove_volatile.h>
1513

1614
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
1715
# pragma GCC system_header

0 commit comments

Comments
 (0)