From: Guido van Rossum Date: Thu, 23 May 1996 22:49:38 +0000 (+0000) Subject: removed sime redundant header includes and decls. X-Git-Tag: v1.4b1~154 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5e3e426961fcf7bbaada25ad6f627fd1d6bf15f1;p=python removed sime redundant header includes and decls. --- diff --git a/Python/ceval.c b/Python/ceval.c index fb3d1feb9f..a0e5eb2233 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 */