Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / io / test / NetworkBenchmark.cpp
index e320735b1d8ac6a3712c998b6a04bbde71c7946b..45077342c53ef2b9a8f529caf12e476e6b1680a5 100644 (file)
  * limitations under the License.
  */
 
-#include "folly/io/IOBuf.h"
+#include <folly/io/IOBuf.h>
 
 #include <gflags/gflags.h>
-#include "folly/Benchmark.h"
-#include "folly/io/Cursor.h"
+#include <folly/Benchmark.h>
+#include <folly/io/Cursor.h>
 
 #include <vector>