Switch uses of networking headers to <folly/portability/Sockets.h>
[folly.git] / folly / io / async / ssl / OpenSSLUtils.h
index 5d232c447e8947dbd0a2507ce9292d4379a5be1b..7f211bfd1e76c43a79db6ce1db25cdaf6bd65c1f 100644 (file)
  */
 #pragma once
 
-#include <openssl/x509v3.h>
+#include <folly/portability/Sockets.h>
 
-#include <netinet/in.h>
-#include <sys/socket.h>
+#include <openssl/x509v3.h>
 
 namespace folly {
 namespace ssl {