Commit 49e4875c authored by Michael Lee's avatar Michael Lee Committed by facebook-github-bot-1

Move ThreadLocal.h into the implementation

Summary: Move ThreadLocal.h out of Random.h so we don't over include.

Reviewed By: yfeldblum

Differential Revision: D2770085

fb-gh-sync-id: e6934d606236c2b5cdde728639f372641ee716dc
parent 5b39da3f
......@@ -18,6 +18,8 @@
#error This file may only be included from folly/Random.h
#endif
#include <array>
namespace folly {
namespace detail {
......
......@@ -26,6 +26,7 @@
#include <glog/logging.h>
#include <folly/File.h>
#include <folly/FileUtil.h>
#include <folly/ThreadLocal.h>
#ifdef _MSC_VER
# include <wincrypt.h>
......
......@@ -20,7 +20,7 @@
#include <type_traits>
#include <random>
#include <stdint.h>
#include <folly/ThreadLocal.h>
#include <folly/Portability.h>
#if FOLLY_HAVE_EXTRANDOM_SFMT19937
#include <ext/random>
......
......@@ -17,6 +17,7 @@
//
// Author: andrei.alexandrescu@fb.com
#include <folly/Foreach.h>
#include <folly/Traits.h>
#include <folly/Random.h>
#include <folly/FBString.h>
......
......@@ -17,6 +17,7 @@
//
// Author: andrei.alexandrescu@fb.com
#include <folly/Foreach.h>
#include <folly/Traits.h>
#include <folly/Random.h>
#include <folly/FBString.h>
......
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