Move ThreadLocal.h into the implementation
authorMichael Lee <mzlee@fb.com>
Mon, 21 Dec 2015 15:55:45 +0000 (07:55 -0800)
committerfacebook-github-bot-1 <folly-bot@fb.com>
Mon, 21 Dec 2015 16:20:21 +0000 (08:20 -0800)
commit49e4875c1e7d55df5913410539d299b7aa3c62bc
treedafd90e4acbfcfba611e39f36807e2e8d49b96d2
parent5b39da3fca065b27bd828b3b57c15f3bffe8052f
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
folly/Random-inl.h
folly/Random.cpp
folly/Random.h
folly/test/FBVectorBenchmark.cpp
folly/test/FBVectorTest.cpp