move Arena, ThreadCachedArena, and Malloc to memory/
[folly.git] / folly / io / test / IOBufTest.cpp
index 9fd353f44d4bfd44bcda611852ab42aa63c4893a..0235563d31cbf9cf52c57b033eb55fab254d4663 100644 (file)
@@ -21,8 +21,8 @@
 
 #include <boost/random.hpp>
 
-#include <folly/Malloc.h>
 #include <folly/Range.h>
+#include <folly/memory/Malloc.h>
 #include <folly/portability/GTest.h>
 
 using folly::fbstring;