folly: remove unused includes
authorMathieu Baudet <mathieubaudet@fb.com>
Tue, 24 Jan 2017 22:34:42 +0000 (14:34 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Tue, 24 Jan 2017 22:47:56 +0000 (14:47 -0800)
commitb197496065db412c52af324088b41efab45377d6
treead0bf8f1459efac10e68f76a0f5f0b5506c48d74
parenta857f83b2b25f42eeba1524ebca1bd2e74abc71a
folly: remove unused includes

Summary:
Found with our include analysis tool.

I had to tweak `portability/Environment.h` to avoid a false positive breaking win32.

Reviewed By: yfeldblum, Orvid

Differential Revision: D4452463

fbshipit-source-id: e2e862e204892037ddde8815218e4deab1bfbb06
21 files changed:
folly/experimental/io/HugePageUtil.cpp
folly/experimental/io/HugePages.cpp
folly/experimental/symbolizer/SignalHandler.cpp
folly/experimental/test/LockFreeRingBufferTest.cpp
folly/experimental/test/TestUtilTest.cpp
folly/futures/test/TimesTest.cpp
folly/futures/test/WhenTest.cpp
folly/futures/test/WhileDoTest.cpp
folly/gen/test/CombineTest.cpp
folly/gen/test/StringTest.cpp
folly/io/ShutdownSocketSet.cpp
folly/io/async/ScopedEventBaseThread.cpp
folly/io/async/test/AsyncSSLSocketWriteTest.cpp
folly/json.cpp
folly/portability/Environment.h
folly/test/AtomicHashMapTest.cpp
folly/test/ExceptionTest.cpp
folly/test/FBStringBenchmark.cpp
folly/test/RandomBenchmark.cpp
folly/test/SharedMutexTest.cpp
folly/test/ThreadCachedArenaTest.cpp