mirror of
https://github.com/python/cpython.git
synced 2025-10-28 17:13:08 +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
|
|
@ -3,7 +3,6 @@
|
|||
*/
|
||||
|
||||
#include "Python.h"
|
||||
#include "modsupport.h"
|
||||
#include "structmember.h"
|
||||
|
||||
#include <time.h>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
#include "Python.h"
|
||||
#include "compile.h"
|
||||
#include "frameobject.h"
|
||||
#include "rotatingtree.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
#include "Python.h"
|
||||
#include "osdefs.h"
|
||||
#include "import.h"
|
||||
|
||||
#include <locale.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -34,10 +34,8 @@
|
|||
#include "grammar.h"
|
||||
#include "parsetok.h"
|
||||
/* ISTERMINAL() / ISNONTERMINAL() */
|
||||
#include "compile.h"
|
||||
#undef Yield
|
||||
#include "ast.h"
|
||||
#include "pyarena.h"
|
||||
|
||||
extern grammar _PyParser_Grammar; /* From graminit.c */
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
/* XXX Signals should be recorded per thread, now we have thread state. */
|
||||
|
||||
#include "Python.h"
|
||||
#include "intrcheck.h"
|
||||
|
||||
#ifdef MS_WINDOWS
|
||||
#include <Windows.h>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
#include "Python.h"
|
||||
|
||||
#include "code.h"
|
||||
#include "compile.h"
|
||||
#include "Python-ast.h"
|
||||
#include "symtable.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue