[libcxx-commits] [PATCH] D120436: [libc++] Remove <chrono> include from <future>

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Feb 23 15:11:19 PST 2022


philnik updated this revision to Diff 410952.
philnik added a comment.

Rebase onto main to fix documentation


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120436

Files:
  libcxx/include/future


Index: libcxx/include/future
===================================================================
--- libcxx/include/future
+++ libcxx/include/future
@@ -377,8 +377,6 @@
 #include <thread>
 #include <version>
 
-#include <chrono> // TODO: Remove unused header
-
 #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
 #  pragma GCC system_header
 #endif


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120436.410952.patch
Type: text/x-patch
Size: 349 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220223/a8fc5cc0/attachment.bin>


More information about the libcxx-commits mailing list