mirror of
https://github.com/python/cpython.git
synced 2025-07-13 06:15:17 +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
|
@ -11,14 +11,10 @@
|
|||
#include "parsetok.h"
|
||||
#include "errcode.h"
|
||||
#include "code.h"
|
||||
#include "compile.h"
|
||||
#include "symtable.h"
|
||||
#include "pyarena.h"
|
||||
#include "ast.h"
|
||||
#include "eval.h"
|
||||
#include "marshal.h"
|
||||
#include "osdefs.h"
|
||||
#include "abstract.h"
|
||||
|
||||
#ifdef HAVE_SIGNAL_H
|
||||
#include <signal.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue