[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 14:07:37 PST 2022
philnik created this revision.
philnik added a reviewer: Quuxplusone.
philnik requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
Repository:
rG LLVM Github Monorepo
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.410938.patch
Type: text/x-patch
Size: 349 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220223/86c53b6d/attachment.bin>
More information about the libcxx-commits
mailing list