From: Jacob Bower <1978924+jbower-fb@users.noreply.github.com> Date: Fri, 5 May 2023 23:50:06 +0000 (-0700) Subject: gh-97696: Remove redundant #include (#104216) X-Git-Tag: v3.12.0b1~249 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8b7f37dd4c297138e9f4a256ff6750cf1402b421;p=thirdparty%2FPython%2Fcpython.git gh-97696: Remove redundant #include (#104216) Remove "#include cpython/context.h"` from `_asynciomodule.c`. It's already included in `Python.h`. --- diff --git a/Modules/_asynciomodule.c b/Modules/_asynciomodule.c index 822d5f2a41de..39c33fed74e2 100644 --- a/Modules/_asynciomodule.c +++ b/Modules/_asynciomodule.c @@ -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 // offsetof()