Use the GTest portability headers
[folly.git] / folly / futures / test / PollTest.cpp
index ae82fed96fdb963affbc50ae93c5db1cd62fae08..c518d4534b5d32d12ad7b7d254c41ae8c11e8566 100644 (file)
@@ -14,9 +14,8 @@
  * limitations under the License.
  */
 
  * limitations under the License.
  */
 
-#include <gtest/gtest.h>
-
 #include <folly/futures/Future.h>
 #include <folly/futures/Future.h>
+#include <folly/portability/GTest.h>
 
 using namespace folly;
 
 
 using namespace folly;