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

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Feb 24 01:06:15 PST 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rGde462a43d32a: [libc++] Remove <chrono> include from <future> (authored by philnik).

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.411029.patch
Type: text/x-patch
Size: 349 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220224/dedd15a8/attachment.bin>


More information about the libcxx-commits mailing list