Switch uses of networking headers to <folly/portability/Sockets.h>
[folly.git] / folly / io / test / ShutdownSocketSetTest.cpp
index 88b9e9894af3490b84b99c36b4ec35699828ba55..63dd96c42631671809e8b1dd57c829515658b6d0 100644 (file)
 #include <chrono>
 #include <thread>
 
-#include <netinet/in.h>
-#include <netinet/tcp.h>
-#include <sys/socket.h>
-
 #include <glog/logging.h>
 #include <gtest/gtest.h>
 
+#include <folly/portability/Sockets.h>
+
 using folly::ShutdownSocketSet;
 
 namespace folly { namespace test {