mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
libcxx-compat: revert llvmorg-19-init-8667-g472b612ccbed:
[libc++][NFC] Remove unused includes from <__type_traits/remove_cv.h> (#88752)
PR: 280562
MFC after: 1 month
(cherry picked from commit 1199d38d8e)
This commit is contained in:
parent
d9a713d3ae
commit
800bd86256
2 changed files with 2 additions and 1 deletions
|
|
@ -19,7 +19,6 @@
|
|||
#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,6 +10,8 @@
|
|||
#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…
Reference in a new issue