Remove duplicates during bulk insertion.
[folly.git] / folly / test / SpookyHashV2Test.cpp
index 65503baae5cf14aa445e6e4b7b76e4bb9b6249b9..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 <gtest/gtest.h>
+#include <glog/logging.h>
 
 using namespace ::folly::hash;