Commit c1c59c5b authored by Yedidya Feldblum's avatar Yedidya Feldblum Committed by Facebook Github Bot

Reorder includes in folly/io/async/HHWheelTimer.cpp

Summary: [Folly] Reorder `#include`s in `folly/io/async/HHWheelTimer.cpp`.

Reviewed By: djwatson

Differential Revision: D8806020

fbshipit-source-id: 43496acdaac3b8a79169b00913881d17d160906c
parent f8e888a0
...@@ -15,17 +15,16 @@ ...@@ -15,17 +15,16 @@
*/ */
#include <folly/io/async/HHWheelTimer.h> #include <folly/io/async/HHWheelTimer.h>
#include <folly/io/async/Request.h>
#include <cassert>
#include <folly/Memory.h> #include <folly/Memory.h>
#include <folly/Optional.h> #include <folly/Optional.h>
#include <folly/ScopeGuard.h> #include <folly/ScopeGuard.h>
#include <folly/container/BitIterator.h> #include <folly/container/BitIterator.h>
#include <folly/io/async/Request.h>
#include <folly/lang/Bits.h> #include <folly/lang/Bits.h>
#include <cassert>
using std::chrono::milliseconds; using std::chrono::milliseconds;
namespace folly { namespace folly {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment