Skip to content

Commit

Permalink
pythongh-97696: Remove redundant #include (python#104216)
Browse files Browse the repository at this point in the history
Remove "#include cpython/context.h"` from `_asynciomodule.c`.

It's already included in `Python.h`.
  • Loading branch information
jbower-fb committed May 8, 2023
1 parent 0b9d0b2 commit 8df75f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Modules/_asynciomodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -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()


Expand Down

0 comments on commit 8df75f2

Please sign in to comment.