Use the GTest portability headers
[folly.git] / folly / test / SingletonTest.cpp
index 627c954741c92b4ae53984c97cb19c8dd8e8a472..6e8b2323d332b7290f7a104bd0fd6d71f86894df 100644 (file)
 #include <folly/experimental/io/FsUtil.h>
 #include <folly/io/async/EventBase.h>
 #include <folly/portability/GMock.h>
+#include <folly/portability/GTest.h>
 #include <folly/test/SingletonTestStructs.h>
 
 #include <glog/logging.h>
-#include <gtest/gtest.h>
 #include <boost/thread/barrier.hpp>
 
 using namespace folly;