]> granicus.if.org Git - python/commitdiff
removed sime redundant header includes and decls.
authorGuido van Rossum <guido@python.org>
Thu, 23 May 1996 22:49:38 +0000 (22:49 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 23 May 1996 22:49:38 +0000 (22:49 +0000)
Python/ceval.c

index fb3d1feb9fe1262ebbd9fc072097cc17974e8245..a0e5eb22338264c7d4c62caf1416587fa08132b8 100644 (file)
@@ -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 */