Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / test / BenchmarkTest.cpp
index 317df615f1699102ee6093d95847a31bf1a31cfe..a039f02d127609c6ba20c767906f240c5dcad8ae 100644 (file)
@@ -14,9 +14,9 @@
  * limitations under the License.
  */
 
-#include "folly/Benchmark.h"
-#include "folly/Foreach.h"
-#include "folly/String.h"
+#include <folly/Benchmark.h>
+#include <folly/Foreach.h>
+#include <folly/String.h>
 #include <iostream>
 using namespace folly;
 using namespace std;