move Arena, ThreadCachedArena, and Malloc to memory/
[folly.git] / folly / test / MemoryTest.cpp
index 5ad28d5abb91ce3e32c3ce8f8d4f109cad2f678a..f3e6f8d383b4b8ae6af147df0df1256695366d8f 100644 (file)
@@ -21,8 +21,8 @@
 
 #include <glog/logging.h>
 
-#include <folly/Arena.h>
 #include <folly/String.h>
+#include <folly/memory/Arena.h>
 #include <folly/portability/GTest.h>
 
 using namespace folly;