Revert "pytime: include winsock2, so we can have a complete timeval type (#3377)" (#3383)

This reverts commit 833860615b, as it broke Windows builds.
This commit is contained in:
Antoine Pitrou 2017-09-06 13:31:09 +02:00 committed by GitHub
parent 3fc499bca1
commit bcaac8188b
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
#include "Python.h"
#ifdef MS_WINDOWS
#include <windows.h>
#include <winsock2.h> /* struct timeval */
#endif
#if defined(__APPLE__)