mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
removed sime redundant header includes and decls.
This commit is contained in:
parent
795ba583f2
commit
5e3e426961
1 changed files with 0 additions and 8 deletions
|
@ -36,22 +36,14 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
|
||||
#include "allobjects.h"
|
||||
|
||||
#include "import.h"
|
||||
#include "sysmodule.h"
|
||||
#include "bltinmodule.h"
|
||||
#include "compile.h"
|
||||
#include "frameobject.h"
|
||||
#include "eval.h"
|
||||
#include "ceval.h"
|
||||
#include "opcode.h"
|
||||
#include "traceback.h"
|
||||
#include "graminit.h"
|
||||
#include "pythonrun.h"
|
||||
|
||||
#include <ctype.h>
|
||||
|
||||
extern int suppress_print; /* Declared in pythonrun.c, set in pythonmain.c */
|
||||
|
||||
/* Turn this on if your compiler chokes on the big switch: */
|
||||
/* #define CASE_TOO_BIG 1 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue