mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
bpo-40268: Remove explicit pythread.h includes (#19529)
Remove explicit pythread.h includes: it is always included by Python.h.
This commit is contained in:
parent
d01628e411
commit
62183b8d6d
28 changed files with 7 additions and 46 deletions
|
|
@ -38,7 +38,6 @@
|
|||
#include "pycore_ceval.h" /* _PyEval_ReInitThreads() */
|
||||
#include "pycore_import.h" /* _PyImport_ReInitLock() */
|
||||
#include "pycore_pystate.h" /* _PyInterpreterState_GET() */
|
||||
#include "pythread.h"
|
||||
#include "structmember.h"
|
||||
#ifndef MS_WINDOWS
|
||||
# include "posixmodule.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue