Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / test / ArenaSmartPtrTest.cpp
index 07cd9bd73e2db53caa7c5b1aad12ae141889fe72..e2a06122010830761afa56e2eefbd7a78a5d6432 100644 (file)
@@ -18,8 +18,8 @@
  * @author: Marcelo Juchem <marcelo@fb.com>
  */
 
-#include "folly/Memory.h"
-#include "folly/Arena.h"
+#include <folly/Memory.h>
+#include <folly/Arena.h>
 
 #include <gtest/gtest.h>