Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / gen / test / ParallelMapTest.cpp
index 7b29f6cd6d060ee6133c5427c2f894c43f58b668..15c0b4540ad4cc82a46503f9fa00d6d81313921a 100644 (file)
@@ -19,9 +19,9 @@
 #include <glog/logging.h>
 #include <gtest/gtest.h>
 
-#include "folly/Memory.h"
-#include "folly/gen/Base.h"
-#include "folly/gen/ParallelMap.h"
+#include <folly/Memory.h>
+#include <folly/gen/Base.h>
+#include <folly/gen/ParallelMap.h>
 
 using namespace folly;
 using namespace folly::gen;