Use the GTest portability headers
[folly.git] / folly / io / test / RecordIOTest.cpp
index 9154b8ac9111880d7d323a4d0b646199ea34b631..79985b5b92ee3b9f34ae6c97559f09783e90334b 100644 (file)
@@ -21,7 +21,6 @@
 #include <random>
 
 #include <glog/logging.h>
-#include <gtest/gtest.h>
 
 #include <folly/Conv.h>
 #include <folly/FBString.h>
@@ -29,6 +28,7 @@
 #include <folly/experimental/TestUtil.h>
 #include <folly/io/IOBufQueue.h>
 #include <folly/portability/GFlags.h>
+#include <folly/portability/GTest.h>
 #include <folly/portability/Unistd.h>
 
 DEFINE_int32(random_seed, folly::randomNumberSeed(), "random seed");