Commit 9db0f005 authored by Lee Howes's avatar Lee Howes Committed by Facebook Github Bot

Remove unnecessary include

Summary: SingletonThreadLocal is not needed by Future.cpp.

Reviewed By: Orvid

Differential Revision: D20142400

fbshipit-source-id: d0f3b7c1bbef03226c8d6264abeb96822587a465
parent 0b4e86c2
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
#include <folly/futures/Future.h> #include <folly/futures/Future.h>
#include <folly/Likely.h> #include <folly/Likely.h>
#include <folly/SingletonThreadLocal.h>
#include <folly/futures/ThreadWheelTimekeeper.h> #include <folly/futures/ThreadWheelTimekeeper.h>
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