From bcaac8188b1a1e67d2cc155609f0f883f036df33 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Wed, 6 Sep 2017 13:31:09 +0200 Subject: [PATCH] Revert "pytime: include winsock2, so we can have a complete timeval type (#3377)" (#3383) This reverts commit 833860615bedfd2484ac0623d6f01ff0578ba09f, as it broke Windows builds. --- Python/pytime.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Python/pytime.c b/Python/pytime.c index b7d6e84101d..8979adc2191 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__)