mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-17 03:06:34 +00:00
[libc++] Remove a few unused includes from <__concepts/*> (#129883)
This commit is contained in:
parent
2c7e7b5627
commit
0cceac6bbd
@ -13,7 +13,6 @@
|
||||
#include <__type_traits/is_class.h>
|
||||
#include <__type_traits/is_enum.h>
|
||||
#include <__type_traits/is_union.h>
|
||||
#include <__type_traits/remove_cvref.h>
|
||||
|
||||
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
|
||||
# pragma GCC system_header
|
||||
|
@ -22,7 +22,6 @@
|
||||
#include <__utility/exchange.h>
|
||||
#include <__utility/forward.h>
|
||||
#include <__utility/move.h>
|
||||
#include <__utility/swap.h>
|
||||
|
||||
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
|
||||
# pragma GCC system_header
|
||||
|
Loading…
x
Reference in New Issue
Block a user