Move RequestContext definitions to source files
authorYedidya Feldblum <yfeldblum@fb.com>
Sat, 23 Jul 2016 22:44:57 +0000 (15:44 -0700)
committerFacebook Github Bot 3 <facebook-github-bot-3-bot@fb.com>
Sat, 23 Jul 2016 22:53:23 +0000 (15:53 -0700)
commit4fde70969e903ab0d8419e4371a23bb3fed48e89
treee5d85f41ef5078e6c0171966bbda6d1876860d30
parent6645b95d6402b48e7b3abdc01146a7a61a9378c9
Move RequestContext definitions to source files

Summary:
[Folly] Move `RequestContext` definitions to source files.

Keeping headers lightweight can help with build times.

Reviewed By: djwatson

Differential Revision: D3609809

fbshipit-source-id: 20608e3ff764c86c24355a328da1dcca9a08fce4
folly/fibers/Fiber.h
folly/futures/test/WindowTest.cpp
folly/io/async/HHWheelTimer.cpp
folly/io/async/Request.cpp
folly/io/async/Request.h
folly/io/async/test/AsyncSSLSocketTest.cpp
folly/io/async/test/AsyncSSLSocketTest.h
folly/io/async/test/EventBaseTest.cpp