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

Christopher Di Bella via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Aug 19 16:14:25 PDT 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rG7e325d4c0c2f: [libc++][NFC] Remove unused include in <compare>. (authored by mumbleskates, committed by cjdb).

Changed prior to commit:
  https://reviews.llvm.org/D107801?vs=367364&id=367646#toc

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
@@ -130,7 +130,6 @@
 #include <__compare/compare_three_way_result.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.367646.patch
Type: text/x-patch
Size: 373 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210819/5ca30a91/attachment.bin>


More information about the libcxx-commits mailing list