Skip to content

Commit 51955fa

Browse files
philnik777yuxuanchen1997
authored andcommitted
[libc++][NFC] Remove a few unused includes (#98808)
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags: Differential Revision: https://phabricator.intern.facebook.com/D60250928
1 parent e93e387 commit 51955fa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libcxx/include/__type_traits/add_pointer.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111

1212
#include <__config>
1313
#include <__type_traits/is_referenceable.h>
14-
#include <__type_traits/is_same.h>
1514
#include <__type_traits/is_void.h>
16-
#include <__type_traits/remove_cv.h>
1715
#include <__type_traits/remove_reference.h>
1816

1917
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)

0 commit comments

Comments
 (0)