gh-97696: Remove redundant #include (#104216)

Remove "#include cpython/context.h"` from `_asynciomodule.c`.

It's already included in `Python.h`.
This commit is contained in:
Jacob Bower 2023-05-05 16:50:06 -07:00 committed by GitHub
parent 52d8f36e8c
commit 8b7f37dd4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View 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()