Remove a couple of unnecessary winsock2.h includes
Bug: None Change-Id: I3f36aaff9cc957e5c404e23e99702eb9ff28517d Reviewed-on: https://webrtc-review.googlesource.com/65720 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Tommi <tommi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22702}
This commit is contained in:
@ -12,7 +12,6 @@
|
||||
|
||||
#if defined(WEBRTC_WIN)
|
||||
#include <windows.h>
|
||||
#include <winsock2.h>
|
||||
#elif defined(WEBRTC_LINUX)
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user