[libcxx-commits] [PATCH] D138687: [libc++][NFC] Remove unused includes from poll_with_backoff.h

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Nov 24 13:20:26 PST 2022


ldionne created this revision.
Herald added a project: All.
ldionne 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/D138687

Files:
  libcxx/include/__thread/poll_with_backoff.h


Index: libcxx/include/__thread/poll_with_backoff.h
===================================================================
--- libcxx/include/__thread/poll_with_backoff.h
+++ libcxx/include/__thread/poll_with_backoff.h
@@ -12,10 +12,7 @@
 #include <__availability>
 #include <__chrono/duration.h>
 #include <__chrono/high_resolution_clock.h>
-#include <__chrono/steady_clock.h>
-#include <__chrono/time_point.h>
 #include <__config>
-#include <__filesystem/file_time_type.h>
 
 #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
 #  pragma GCC system_header


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138687.477843.patch
Type: text/x-patch
Size: 553 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221124/da1ced10/attachment.bin>


More information about the libcxx-commits mailing list