8000 Revert "pytime: include winsock2, so we can have a complete timeval t… · python/cpython@bcaac81 · GitHub
[go: up one dir, main page]

Skip to content

Commit bcaac81

Browse files
authored
Revert "pytime: include winsock2, so we can have a complete timeval type (#3377)" (#3383)
This reverts commit 8338606, as it broke Windows builds.
1 parent 3fc499b commit bcaac81

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Python/pytime.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#include "Python.h"
22
#ifdef MS_WINDOWS
33
#include <windows.h>
4-
#include <winsock2.h> /* struct timeval */
54
#endif
65

76
#if defined(__APPLE__)

0 commit comments

Comments
 (0)
0