Flesh out Optional members swap, reset, emplace, has_value
[folly.git] / folly / test / ThreadLocalBenchmark.cpp
index 824b73ea108c39144a79f8e4dbcfe132c7cd806b..9eb14ec9456efc9158ce9f426678350db05a1ba0 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 <array>
 #include <atomic>
-#include <chrono>
 #include <condition_variable>
-#include <limits.h>
 #include <map>
 #include <mutex>
 #include <set>
 #include <thread>
-#include <unordered_map>
 
 #include <boost/thread/tss.hpp>
 #include <glog/logging.h>
@@ -35,7 +32,6 @@
 #include <folly/Benchmark.h>
 #include <folly/experimental/io/FsUtil.h>
 #include <folly/portability/GFlags.h>
-#include <folly/portability/Unistd.h>
 
 using namespace folly;