Skip to content

Commit 8b7f37d

Browse files
authored
gh-97696: Remove redundant #include (#104216)
Remove "#include cpython/context.h"` from `_asynciomodule.c`. It's already included in `Python.h`.
1 parent 52d8f36 commit 8b7f37d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Modules/_asynciomodule.c

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
#include "pycore_runtime_init.h" // _Py_ID()
99
#include "pycore_moduleobject.h" // _PyModule_GetState()
1010
#include "structmember.h" // PyMemberDef
11-
#include "cpython/context.h"
1211
#include <stddef.h> // offsetof()
1312

1413

0 commit comments

Comments
 (0)