folly/portability/Memory.cpp: restructure preprocessor conditionals so includes are...
authorYiding Jia <yiding@fb.com>
Sun, 28 May 2017 18:51:10 +0000 (11:51 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Sun, 28 May 2017 19:04:52 +0000 (12:04 -0700)
commit3a78d442da886c3720c647fd41c94c0afbf9f8e1
tree7b5cdaf1b6bd0628e4fd873df50f8a64b8667447
parentc1a1a5e6039c13c55597fa942ce1c01ecfe2f6a3
folly/portability/Memory.cpp: restructure preprocessor conditionals so includes are at top level

Summary:
`#include` inside a namespace is disallowed when using clang modules. Here I
just unconditionally include them at top level, since they are available in all the
relevant platforms.

Reviewed By: yfeldblum, Orvid

Differential Revision: D5140355

fbshipit-source-id: bb87225c1d8f4ac64b90a7aff5f912c13e150e3a
folly/portability/Memory.cpp