Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / test / BitsTest.cpp
index 4e504e0d0dd9a98924ec6ff708f3939d2d71765d..ba47aaf5c3a7ff77672ada7649cf0251d8c96aa7 100644 (file)
@@ -17,8 +17,8 @@
 // @author Tudor Bosman (tudorb@fb.com)
 
 #include <gflags/gflags.h>
-#include "folly/Bits.h"
-#include "folly/Benchmark.h"
+#include <folly/Bits.h>
+#include <folly/Benchmark.h>
 #include <gtest/gtest.h>
 
 using namespace folly;