Make Malloc.h self-contained again
authorGiuseppe Ottaviano <ott@fb.com>
Tue, 23 Aug 2016 17:14:40 +0000 (10:14 -0700)
committerFacebook Github Bot 3 <facebook-github-bot-3-bot@fb.com>
Tue, 23 Aug 2016 17:23:27 +0000 (10:23 -0700)
commit89166c82417a52f99dd373f510dd5119574dbf33
treea16943e0e1069230f8663070f15e0be149bc93ed
parentb646787c313a85935a894d6fb50e60e30d9f3b33
Make Malloc.h self-contained again

Summary: D3743475 adds to `Malloc.h` a dependency on another folly header, which breaks it when used in stand-alone mode. This diff moves the include to the right `#ifdef` section.

Reviewed By: Gownta

Differential Revision: D3757819

fbshipit-source-id: 71664ca6a3a47b6e4449a4ef603fedf052c5df3b
folly/Malloc.h