Switch uses of networking headers to <folly/portability/Sockets.h>
[folly.git] / folly / experimental / io / test / AsyncIOTest.cpp
index e117ebdbbe3dafad65ba00e2265d13b829c665a7..eae19c1d9d2ae59bdf48d57d592ab41d3d9da761 100644 (file)
@@ -19,7 +19,6 @@
 #include <sys/stat.h>
 #include <sys/types.h>
 #include <fcntl.h>
 #include <sys/stat.h>
 #include <sys/types.h>
 #include <fcntl.h>
-#include <poll.h>
 
 #include <cstdlib>
 #include <cstdio>
 
 #include <cstdlib>
 #include <cstdio>
@@ -34,6 +33,7 @@
 #include <folly/experimental/io/FsUtil.h>
 #include <folly/ScopeGuard.h>
 #include <folly/String.h>
 #include <folly/experimental/io/FsUtil.h>
 #include <folly/ScopeGuard.h>
 #include <folly/String.h>
+#include <folly/portability/Sockets.h>
 
 namespace fs = folly::fs;
 using folly::AsyncIO;
 
 namespace fs = folly::fs;
 using folly::AsyncIO;