Skip to content

Commit 7315c49

Browse files
committed
fix import
1 parent e6ea285 commit 7315c49

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Modules/_threadmodule.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ find_state_by_type(PyTypeObject *tp)
6767
return get_thread_state(mod);
6868
}
6969

70-
#include "clinic/_threadmodule.c.h"
71-
7270

7371
#ifdef MS_WINDOWS
7472
typedef HRESULT (WINAPI *PF_GET_THREAD_DESCRIPTION)(HANDLE, PCWSTR*);

0 commit comments

Comments
 (0)