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,9 +12,7 @@
|
||||
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
#ifdef WIN32
|
||||
#include <winsock2.h>
|
||||
#else
|
||||
#ifndef WIN32
|
||||
#include <netinet/in.h>
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user