move Arena, ThreadCachedArena, and Malloc to memory/
[folly.git] / folly / FBString.h
index af49ebe0936787aace9a561f9fb20c5d7561424e..9c9f670bf0290093bf2e289314208d52ccec5868 100644 (file)
@@ -55,8 +55,8 @@
 #include <utility>
 
 #include <folly/Hash.h>
-#include <folly/Malloc.h>
 #include <folly/Traits.h>
+#include <folly/memory/Malloc.h>
 #include <folly/portability/BitsFunctexcept.h>
 
 // When used in folly, assertions are not disabled.