From 5e3e426961fcf7bbaada25ad6f627fd1d6bf15f1 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 23 May 1996 22:49:38 +0000 Subject: removed sime redundant header includes and decls. --- Python/ceval.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Python/ceval.c b/Python/ceval.c index fb3d1fe..a0e5eb2 100644 --- a/Python/ceval.c +++ b/Python/ceval.c @@ -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 -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 */ -- cgit v0.12