[libcxx-commits] [PATCH] D107801: [libc++] Remove unused include in <compare>.

Kent Ross via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Aug 18 17:06:16 PDT 2021


mumbleskates updated this revision to Diff 367364.
mumbleskates marked an inline comment as done.
mumbleskates added a comment.

Remove CREDITS.TXT changes (see https://reviews.llvm.org/D108263 )


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107801/new/

https://reviews.llvm.org/D107801

Files:
  libcxx/include/compare


Index: libcxx/include/compare
===================================================================
--- libcxx/include/compare
+++ libcxx/include/compare
@@ -123,7 +123,6 @@
 #include <__compare/common_comparison_category.h>
 #include <__compare/ordering.h>
 #include <__config>
-#include <type_traits>
 
 #ifndef _LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER
 #pragma GCC system_header


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107801.367364.patch
Type: text/x-patch
Size: 375 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210819/3ddb7263/attachment.bin>


More information about the libcxx-commits mailing list