summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Python/ceval.c8
1 files changed, 0 insertions, 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 <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 */