Use the GTest portability headers
[folly.git] / folly / test / AtomicHashMapTest.cpp
index 32ad64d0b2e92425ab08898c75864f61ed77c4cf..c39553952cb27b6cc7bbda1b79ffa07749a267fc 100644 (file)
@@ -17,7 +17,6 @@
 #include <folly/AtomicHashMap.h>
 
 #include <glog/logging.h>
-#include <gtest/gtest.h>
 #include <thread>
 #include <atomic>
 #include <memory>
@@ -26,6 +25,7 @@
 #include <folly/Benchmark.h>
 #include <folly/Conv.h>
 #include <folly/portability/Atomic.h>
+#include <folly/portability/GTest.h>
 #include <folly/portability/SysTime.h>
 
 using std::vector;