Skip to content

Commit

Permalink
[libc++][NFC] Remove a few unused includes
Browse files Browse the repository at this point in the history
  • Loading branch information
philnik777 committed Jul 14, 2024
1 parent 69fecaa commit f769261
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libcxx/include/__type_traits/add_pointer.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@

#include <__config>
#include <__type_traits/is_referenceable.h>
#include <__type_traits/is_same.h>
#include <__type_traits/is_void.h>
#include <__type_traits/remove_cv.h>
#include <__type_traits/remove_reference.h>

#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
Expand Down

0 comments on commit f769261

Please sign in to comment.