mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 05:40:42 +01:00
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:
parent
bace350feb
commit
16a140287e
2 changed files with 1 additions and 4 deletions
|
@ -12,9 +12,7 @@
|
|||
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
#ifdef WIN32
|
||||
#include <winsock2.h>
|
||||
#else
|
||||
#ifndef WIN32
|
||||
#include <netinet/in.h>
|
||||
#endif
|
||||
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
|
||||
#if defined(WEBRTC_WIN)
|
||||
#include <windows.h>
|
||||
#include <winsock2.h>
|
||||
#elif defined(WEBRTC_LINUX)
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue