Expose more functions/constructors on BucketedTimeSeries
[folly.git] / folly / test / RandomBenchmark.cpp
index 14a0edb3d5e822d3408c15ebbc7506ee8bf249a7..287482e5f3b9c71665fd96c05d962eea16aa6bbc 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.
 
 #include <folly/Benchmark.h>
 #include <folly/Foreach.h>
-#include <folly/Range.h>
 
 #include <glog/logging.h>
 
-#include <algorithm>
 #include <thread>
-#include <vector>
 #include <random>
 
 using namespace folly;