Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / test / CacheLocalityTest.cpp
index 338c9c4751533e4c622655c7a65cb1a35c84f589..0b5322fe12f07fee31c4b022795889c3f8da30bd 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/detail/CacheLocality.h"
+#include <folly/detail/CacheLocality.h>
 
 #include <sched.h>
 #include <memory>
@@ -23,7 +23,7 @@
 #include <unordered_map>
 #include <glog/logging.h>
 #include <gtest/gtest.h>
-#include "folly/Benchmark.h"
+#include <folly/Benchmark.h>
 
 using namespace folly::detail;