Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / test / function_benchmark / main.cpp
index 3857ba8e36a0d9d58d5b7aa42e4f4979f9f8543a..c2d03ecab9ed1781ac65520ced3289768d1f5556 100644 (file)
  * limitations under the License.
  */
 
-#include "folly/test/function_benchmark/benchmark_impl.h"
-#include "folly/test/function_benchmark/test_functions.h"
+#include <folly/test/function_benchmark/benchmark_impl.h>
+#include <folly/test/function_benchmark/test_functions.h>
 
-#include "folly/Benchmark.h"
-#include "folly/ScopeGuard.h"
+#include <folly/Benchmark.h>
+#include <folly/ScopeGuard.h>
 #include <gflags/gflags.h>
 #include <glog/logging.h>