Skip to content

Commit de462a4

Browse files
committed
[libc++] Remove <chrono> include from <future>
Reviewed By: Quuxplusone, #libc Spies: libcxx-commits Differential Revision: https://reviews.llvm.org/D120436
1 parent 69350e5 commit de462a4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libcxx/include/future

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,8 +377,6 @@ template <class R, class Alloc> struct uses_allocator<packaged_task<R>, Alloc>;
377377
#include <thread>
378378
#include <version>
379379

380-
#include <chrono> // TODO: Remove unused header
381-
382380
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
383381
# pragma GCC system_header
384382
#endif

0 commit comments

Comments
 (0)