Use the GTest portability headers
[folly.git] / folly / experimental / test / ReadMostlySharedPtrTest.cpp
index 4f683586d5acb1a290baf652bf1ee848e0acf85f..ffbe0d45c94218329052df7b05c20aa52597d8b8 100644 (file)
 #include <mutex>
 #include <folly/Memory.h>
 #include <condition_variable>
-#include <gtest/gtest.h>
 
 #include <folly/Baton.h>
 #include <folly/experimental/RCURefCount.h>
 #include <folly/experimental/ReadMostlySharedPtr.h>
+#include <folly/portability/GTest.h>
 
 using folly::ReadMostlyMainPtr;
 using folly::ReadMostlyWeakPtr;