mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-19 13:16:46 +00:00
[libc++][NFC] Remove unused includes from <__type_traits/remove_cv.h> (#88752)
This commit is contained in:
parent
3d72c44fed
commit
472b612ccb
@ -19,6 +19,7 @@
|
||||
#include <__fwd/format.h>
|
||||
#include <__memory/addressof.h>
|
||||
#include <__type_traits/conditional.h>
|
||||
#include <__type_traits/remove_const.h>
|
||||
#include <__utility/forward.h>
|
||||
#include <__utility/move.h>
|
||||
#include <__utility/unreachable.h>
|
||||
|
@ -10,8 +10,6 @@
|
||||
#define _LIBCPP___TYPE_TRAITS_REMOVE_CV_H
|
||||
|
||||
#include <__config>
|
||||
#include <__type_traits/remove_const.h>
|
||||
#include <__type_traits/remove_volatile.h>
|
||||
|
||||
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
|
||||
# pragma GCC system_header
|
||||
|
Loading…
x
Reference in New Issue
Block a user