Use the GTest portability headers
[folly.git] / folly / io / async / test / AsyncSSLSocketTest.h
index d9618098f3c4c54d417360809908cad76634505f..7ae4aeb5b0449b06a1e26ad64591904297a7fe76 100644 (file)
 #include <folly/io/async/AsyncTransport.h>
 #include <folly/io/async/EventBase.h>
 #include <folly/io/async/ssl/SSLErrors.h>
+#include <folly/portability/GTest.h>
 #include <folly/portability/Sockets.h>
 #include <folly/portability/Unistd.h>
 
 #include <fcntl.h>
-#include <gtest/gtest.h>
 #include <sys/types.h>
 #include <condition_variable>
 #include <iostream>