Codemod: use #include angle brackets in folly and thrift
[folly.git] / folly / gen / test / BaseBenchmark.cpp
index 26009743fceee9c2641cd2bed8a10cc7517d5034..5ca1fbd9dc7ac606a7e2d3545c3efa30b3357854 100644 (file)
 #include <atomic>
 #include <glog/logging.h>
 
-#include "folly/Benchmark.h"
-#include "folly/gen/Base.h"
+#include <folly/Benchmark.h>
+#include <folly/gen/Base.h>
 
-using namespace folly;
 using namespace folly::gen;
+using folly::fbstring;
 using std::pair;
 using std::set;
 using std::vector;
@@ -339,6 +339,6 @@ BENCHMARK(Sample, iters) {
 
 int main(int argc, char *argv[]) {
   google::ParseCommandLineFlags(&argc, &argv, true);
-  runBenchmarks();
+  folly::runBenchmarks();
   return 0;
 }