Use the GTest portability headers
[folly.git] / folly / test / AtomicUnorderedMapTest.cpp
index c9c4238433786260838e31d54447d615643aa704..e1a0104c5f3ca643b1f879a6c4bb255608a2bb31 100644 (file)
 #include <thread>
 #include <unordered_map>
 
-#include <gtest/gtest.h>
-
 #include <folly/Benchmark.h>
 #include <folly/portability/GFlags.h>
+#include <folly/portability/GTest.h>
 #include <folly/test/DeterministicSchedule.h>
 
 using namespace folly;