Switch uses of networking headers to <folly/portability/Sockets.h>
authorChristopher Dykes <cdykes@fb.com>
Mon, 30 May 2016 23:05:21 +0000 (16:05 -0700)
committerFacebook Github Bot 6 <facebook-github-bot-6-bot@fb.com>
Mon, 30 May 2016 23:09:20 +0000 (16:09 -0700)
commit46f3788d8acb3d351698d9ffff551807c807caa7
tree998c0941fe6c202df6187b42e9815dbfdf40e1b9
parent5c3212566cd7c0da4235c7df85bf3fb2f46c33fd
Switch uses of networking headers to <folly/portability/Sockets.h>

Summary:
Diff #14 of 14.

This just switches the includes of the headers, it does not make the adjustments actually required to work for MSVC.

Reviewed By: mzlee

Differential Revision: D3249009

fbshipit-source-id: 434f58a7b8f4d0b7d142bc6a4abed8d95c953a7f
26 files changed:
folly/FileUtil.cpp
folly/SocketAddress.h
folly/Subprocess.cpp
folly/detail/IPAddress.h
folly/detail/SocketFastOpen.h
folly/experimental/io/test/AsyncIOTest.cpp
folly/io/ShutdownSocketSet.cpp
folly/io/async/AsyncSSLSocket.cpp
folly/io/async/AsyncSSLSocket.h
folly/io/async/AsyncServerSocket.cpp
folly/io/async/AsyncServerSocket.h
folly/io/async/AsyncSocket.cpp
folly/io/async/AsyncSocket.h
folly/io/async/AsyncUDPSocket.cpp
folly/io/async/NotificationQueue.h
folly/io/async/SSLContext.h
folly/io/async/ssl/OpenSSLUtils.cpp
folly/io/async/ssl/OpenSSLUtils.h
folly/io/async/test/AsyncSSLSocketTest.cpp
folly/io/async/test/AsyncSSLSocketTest.h
folly/io/async/test/AsyncSocketTest.h
folly/io/async/test/AsyncSocketTest2.cpp
folly/io/async/test/SocketPair.cpp
folly/io/test/ShutdownSocketSetTest.cpp
folly/test/IPAddressTest.h
folly/test/SocketAddressTestHelper.cpp