Backport C++17 container access functions: size, empty, data
[folly.git] / folly / test / LoggingBenchmark.cpp
index bd08b23cd2fcfa76e15e37e7da31d6de31d7b2e9..7ed48e6df425b51ce80ca3c903ab7de5b4a2fe16 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 Facebook, Inc.
+ * Copyright 2017 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;