Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / test / RangeFindBenchmark.cpp
index e9a302bb4d721818198dde5f5e11c5dec1f00186..b4bc559869b87f2c3cffdac052e89701aaae4ad3 100644 (file)
@@ -14,9 +14,9 @@
  * limitations under the License.
  */
 
-#include "folly/Range.h"
-#include "folly/Benchmark.h"
-#include "folly/Foreach.h"
+#include <folly/Range.h>
+#include <folly/Benchmark.h>
+#include <folly/Foreach.h>
 #include <algorithm>
 #include <iostream>
 #include <random>