cmake: build as many source files as possible
[folly.git] / folly / test / LoggingBenchmark.cpp
index bd08b23cd2fcfa76e15e37e7da31d6de31d7b2e9..db4e71d93cc7f1afe623f63d795f4fed24be6317 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 Facebook, Inc.
+ * Copyright 2016-present Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -18,8 +18,6 @@
 
 #include <folly/Benchmark.h>
 
-#include <vector>
-
 BENCHMARK(skip_overhead, iter) {
   auto prev = FLAGS_minloglevel;
   FLAGS_minloglevel = 2;