summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
Diffstat (limited to 'Python')
-rw-r--r--Python/pytime.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/pytime.c b/Python/pytime.c
index b7d6e84..8979adc 100644
--- a/Python/pytime.c
+++ b/Python/pytime.c
@@ -1,7 +1,6 @@
#include "Python.h"
#ifdef MS_WINDOWS
#include <windows.h>
-#include <winsock2.h> /* struct timeval */
#endif
#if defined(__APPLE__)