Switch uses of networking headers to <folly/portability/Sockets.h>
[folly.git] / folly / test / SocketAddressTestHelper.cpp
index ae29c2e3a3e819636d9ee31b5131cb05f5baff2e..62110239a1e0b2eb25b2701b0d4a309731583bba 100644 (file)
@@ -16,8 +16,7 @@
 
 #include <folly/test/SocketAddressTestHelper.h>
 
-#include <sys/socket.h>
-#include <netdb.h>
+#include <folly/portability/Sockets.h>
 #include <glog/logging.h>
 
 namespace folly {