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:
Tommi 2018-03-30 13:48:43 +02:00 committed by Commit Bot
parent bace350feb
commit 16a140287e
2 changed files with 1 additions and 4 deletions

View file

@ -12,9 +12,7 @@
#include <assert.h>
#include <string.h>
#ifdef WIN32
#include <winsock2.h>
#else
#ifndef WIN32
#include <netinet/in.h>
#endif

View file

@ -12,7 +12,6 @@
#if defined(WEBRTC_WIN)
#include <windows.h>
#include <winsock2.h>
#elif defined(WEBRTC_LINUX)
#include <unistd.h>
#endif