Use the GTest portability headers
[folly.git] / folly / test / ScopeGuardTest.cpp
index 93507da2d55aa5fb9873bbe3853eeacf0699e153..892a4352a20b9b3c0ceec7523fae39dade24f979 100644 (file)
 #include <folly/ScopeGuard.h>
 #include <folly/Portability.h>
 
-#include <gtest/gtest.h>
 #include <glog/logging.h>
 
 #include <functional>
 #include <stdexcept>
 
+#include <folly/portability/GTest.h>
+
 using folly::ScopeGuard;
 using folly::makeGuard;
 using std::vector;