Use the GTest portability headers
[folly.git] / folly / io / async / test / AsyncSSLSocketTest.cpp
index e5dbed11e1ff90bc2c49e710c07a9c9dbd76c2da..0920122930bbf15557ac6850bef01a41a95419fb 100644 (file)
@@ -22,6 +22,7 @@
 #include <folly/io/async/AsyncSSLSocket.h>
 #include <folly/io/async/EventBase.h>
 #include <folly/portability/GMock.h>
 #include <folly/io/async/AsyncSSLSocket.h>
 #include <folly/io/async/EventBase.h>
 #include <folly/portability/GMock.h>
+#include <folly/portability/GTest.h>
 #include <folly/portability/Sockets.h>
 #include <folly/portability/Unistd.h>
 
 #include <folly/portability/Sockets.h>
 #include <folly/portability/Unistd.h>
 
@@ -29,7 +30,6 @@
 
 #include <fcntl.h>
 #include <folly/io/Cursor.h>
 
 #include <fcntl.h>
 #include <folly/io/Cursor.h>
-#include <gtest/gtest.h>
 #include <openssl/bio.h>
 #include <sys/types.h>
 #include <fstream>
 #include <openssl/bio.h>
 #include <sys/types.h>
 #include <fstream>