Remove redundant includes of headers that are already included by Python.h.

This commit is contained in:
Georg Brandl 2010-11-30 09:41:01 +00:00
parent 71c23d4473
commit e5b99f0fb3
22 changed files with 0 additions and 32 deletions

View file

@ -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 */