Skip to content

Commit ffccb68

Browse files
Drop the socketmodule.h include.
1 parent ac69b61 commit ffccb68

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Include/internal/pycore_signal.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ extern "C" {
1212

1313
#include "pycore_atomic.h" // _Py_atomic_address
1414

15-
#ifdef MS_WINDOWS
16-
# include "socketmodule.h" // SOCKET_T
17-
#endif
18-
1915
#ifdef MS_WINDOWS
2016
# include <windows.h> // HANDLE
2117
#endif
@@ -58,7 +54,7 @@ struct _signals_runtime_state {
5854

5955
volatile struct {
6056
#ifdef MS_WINDOWS
61-
SOCKET_T fd;
57+
SOCKET fd;
6258
#elif defined(__VXWORKS__)
6359
int fd;
6460
#else

0 commit comments

Comments
 (0)