From d216c52ce345c9c97a488a82c24839b42c1990ac Mon Sep 17 00:00:00 2001 From: Bot <1978924+jbower-fb@users.noreply.github.com> Date: Fri, 5 May 2023 14:25:20 -0700 Subject: [PATCH] Remove redundant #include --- Modules/_asynciomodule.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Modules/_asynciomodule.c b/Modules/_asynciomodule.c index 822d5f2a41de33..39c33fed74e221 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()