2017
[folly.git] / folly / test / SpookyHashV1Test.cpp
index 9748a759c33ad99e6a05afd7c6f436dd848255de..19ca545391f9c15f9301f990e01eb185853fe03e 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/SpookyHashV1.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;