Remove duplicates during bulk insertion.
[folly.git] / folly / test / SpookyHashV2Test.cpp
index c17031876a9c169dfcf803495d50a439d860fdf9..084760cdd35ad0def3fff54b45db5c647cdf4ec7 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.
 #endif
 
 #include <folly/SpookyHashV2.h>
-#include <folly/Benchmark.h>
 #include <folly/portability/GTest.h>
+#include <folly/portability/Time.h>
 
 #include <cinttypes>
 #include <cstdio>
 #include <cstddef>
 #include <cstring>
 #include <cstdlib>
-#include <ctime>
+
+#include <glog/logging.h>
 
 using namespace ::folly::hash;