Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / test / ThreadCachedArenaTest.cpp
index a5766cc74607963dd1f633a662751ed6e589843f..8f89d8adc38216f8c8901feacc4acb370048bc31 100644 (file)
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#include "folly/ThreadCachedArena.h"
-#include "folly/Memory.h"
+#include <folly/ThreadCachedArena.h>
+#include <folly/Memory.h>
 
 #include <map>
 #include <mutex>
@@ -28,8 +28,8 @@
 #include <glog/logging.h>
 #include <gtest/gtest.h>
 
-#include "folly/Range.h"
-#include "folly/Benchmark.h"
+#include <folly/Range.h>
+#include <folly/Benchmark.h>
 
 using namespace folly;