Use the GTest portability headers
[folly.git] / folly / test / FormatOtherTest.cpp
index 951321665dd2f213695f341d16bbc249d7cce022..466d3c6594b0175f69e08d40c9c468d5b547853e 100644 (file)
 #include <folly/Format.h>
 
 #include <glog/logging.h>
-#include <gtest/gtest.h>
 
 #include <folly/FBVector.h>
 #include <folly/FileUtil.h>
 #include <folly/dynamic.h>
 #include <folly/json.h>
 #include <folly/small_vector.h>
+#include <folly/portability/GTest.h>
 
 using namespace folly;