Fix win32 header include order in rtp_utility.h.

Matches the include order in webrtc/base/criticalsection.h and makes use
of winsock2.h instead of winsock.h for consistency.

BUG=
R=tommi@webrtc.org

Review URL: https://codereview.webrtc.org/1407053008

Cr-Commit-Position: refs/heads/master@{#10389}
This commit is contained in:
pbos 2015-10-23 06:32:40 -07:00 committed by Commit bot
parent 225789d067
commit a99069db63

View File

@ -16,10 +16,8 @@
#if defined(_WIN32)
// Order for these headers are important
#include <Windows.h> // FILETIME
#include <WinSock.h> // timeval
#include <winsock2.h> // timeval
#include <windows.h> // FILETIME
#include <MMSystem.h> // timeGetTime
#elif ((defined WEBRTC_LINUX) || (defined WEBRTC_MAC))
#include <sys/time.h> // gettimeofday