Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / test / ProducerConsumerQueueBenchmark.cpp
index cea0787461af45ae05ad5e4e2aac2c7d04f774bf..84c9563cb9bd601dd2e2b8eb808c4a2f0d81023b 100644 (file)
 
 #include <gflags/gflags.h>
 #include <glog/logging.h>
-#include "folly/Benchmark.h"
-#include "folly/stats/Histogram.h"
-#include "folly/stats/Histogram-defs.h"
-#include "folly/ProducerConsumerQueue.h"
+#include <folly/Benchmark.h>
+#include <folly/stats/Histogram.h>
+#include <folly/stats/Histogram-defs.h>
+#include <folly/ProducerConsumerQueue.h>
 
 namespace {