mirror of https://github.com/python/cpython
gh-97696: Remove redundant #include (#104216)
Remove "#include cpython/context.h"` from `_asynciomodule.c`. It's already included in `Python.h`.
This commit is contained in:
parent
52d8f36e8c
commit
8b7f37dd4c
|
@ -8,7 +8,6 @@
|
|||
#include "pycore_runtime_init.h" // _Py_ID()
|
||||
#include "pycore_moduleobject.h" // _PyModule_GetState()
|
||||
#include "structmember.h" // PyMemberDef
|
||||
#include "cpython/context.h"
|
||||
#include <stddef.h> // offsetof()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue