From ec97a28b60b40d366379d22876baebcdd06a89ad Mon Sep 17 00:00:00 2001 From: Jeremy Hylton Date: Fri, 21 Oct 2005 14:58:06 +0000 Subject: Fix a bunch of imports to use code.h instead of compile.h. Remove duplicate declarations from compile.h --- Python/bltinmodule.c | 1 - 1 file changed, 1 deletion(-) (limited to 'Python/bltinmodule.c') diff --git a/Python/bltinmodule.c b/Python/bltinmodule.c index 2d51531f19..fed657ffc7 100644 --- a/Python/bltinmodule.c +++ b/Python/bltinmodule.c @@ -4,7 +4,6 @@ #include "node.h" #include "code.h" -#include "compile.h" #include "eval.h" #include -- cgit v1.2.1