8000 gh-97696: Remove redundant #include (#104216) · jbower-fb/cpython@8df75f2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8df75f2

Browse files
committed
pythongh-97696: Remove redundant #include (python#104216)
Remove "#include cpython/context.h"` from `_asynciomodule.c`. It's already included in `Python.h`.
1 parent 0b9d0b2 commit 8df75f2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Modules/_asynciomodule.c

Lines changed: 0 additions & 1 deletion
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)
0