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:
Dimitry Andric 2024-08-05 22:26:27 +02:00
parent d9a713d3ae
commit 800bd86256
2 changed files with 2 additions and 1 deletions

View file

@ -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>

View file

@ -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