Remove Benchmark.h dependency in SpookyHash tests
[folly.git] / folly / test / UriTest.cpp
index 12d8eafbecaecc0a134c336ae1d2e909a626d7c7..cd1e8e4fdd6ed3e2e942341088dea1e8d371419a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2015 Facebook, Inc.
+ * Copyright 2016 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/Uri.h>
 #include <folly/Benchmark.h>
+#include <folly/portability/GTest.h>
 
 #include <boost/algorithm/string.hpp>
 #include <glog/logging.h>
-#include <gtest/gtest.h>
 #include <map>
 
 using namespace folly;