mirror of
https://github.com/python/cpython.git
synced 2025-09-11 11:17:16 +00:00
Remove redundant includes of headers that are already included by Python.h.
This commit is contained in:
parent
71c23d4473
commit
e5b99f0fb3
22 changed files with 0 additions and 32 deletions
|
@ -5,13 +5,9 @@
|
|||
|
||||
#include "Python-ast.h"
|
||||
#undef Yield /* undefine macro conflicting with winbase.h */
|
||||
#include "pyarena.h"
|
||||
#include "pythonrun.h"
|
||||
#include "errcode.h"
|
||||
#include "marshal.h"
|
||||
#include "code.h"
|
||||
#include "compile.h"
|
||||
#include "eval.h"
|
||||
#include "osdefs.h"
|
||||
#include "importdl.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue