]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-97696: Remove redundant #include (#104216)
authorJacob Bower <1978924+jbower-fb@users.noreply.github.com>
Fri, 5 May 2023 23:50:06 +0000 (16:50 -0700)
committerGitHub <noreply@github.com>
Fri, 5 May 2023 23:50:06 +0000 (16:50 -0700)
Remove "#include cpython/context.h"` from `_asynciomodule.c`.

It's already included in `Python.h`.

Modules/_asynciomodule.c

index 822d5f2a41de332b757617114c70c01ed576e5c3..39c33fed74e2210a67e6dff44dd4d9532ff6c91d 100644 (file)
@@ -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()