Use the GTest portability headers
[folly.git] / folly / gen / test / FileTest.cpp
index a62f2edfdbc10e59818b4ed4c757e160ac612775..00c5635dc9e93da9e03e189a759346a41fb01b17 100644 (file)
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-#include <gtest/gtest.h>
 #include <string>
 #include <vector>
 
@@ -22,6 +21,7 @@
 #include <folly/experimental/TestUtil.h>
 #include <folly/gen/Base.h>
 #include <folly/gen/File.h>
+#include <folly/portability/GTest.h>
 
 using namespace folly::gen;
 using namespace folly;