From: Antoine Pitrou Date: Wed, 6 Sep 2017 11:31:09 +0000 (+0200) Subject: Revert "pytime: include winsock2, so we can have a complete timeval type (#3377)... X-Git-Tag: v3.7.0a1~134 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bcaac8188b1a1e67d2cc155609f0f883f036df33;p=python Revert "pytime: include winsock2, so we can have a complete timeval type (#3377)" (#3383) This reverts commit 833860615bedfd2484ac0623d6f01ff0578ba09f, as it broke Windows builds. --- diff --git a/Python/pytime.c b/Python/pytime.c index b7d6e84101..8979adc219 100644 --- a/Python/pytime.c +++ b/Python/pytime.c @@ -1,7 +1,6 @@ #include "Python.h" #ifdef MS_WINDOWS #include -#include /* struct timeval */ #endif #if defined(__APPLE__)