Use the GTest portability headers
[folly.git] / folly / io / async / test / AsyncTimeoutTest.cpp
index 18592b788e94913981f062e24a7861d280476360..463fb3ab018245e5de1b9e87556b96807e9d6e57 100644 (file)
@@ -16,8 +16,7 @@
 
 #include <folly/io/async/AsyncTimeout.h>
 #include <folly/io/async/EventBase.h>
-
-#include <gtest/gtest.h>
+#include <folly/portability/GTest.h>
 
 namespace folly {