diff options
| author | Jeremy Hylton <jeremy@alum.mit.edu> | 2005-10-21 14:58:06 +0000 |
|---|---|---|
| committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2005-10-21 14:58:06 +0000 |
| commit | e267b52b789f823d9ae6b950ace071d4c8339a38 (patch) | |
| tree | d52d058f83b764a3c1445aee0c5b3374d10a0031 /Python/bltinmodule.c | |
| parent | 86c8cda7340375efcbd48fd23c5535a9a854889b (diff) | |
| download | cpython-e267b52b789f823d9ae6b950ace071d4c8339a38.tar.gz | |
Fix a bunch of imports to use code.h instead of compile.h.
Remove duplicate declarations from compile.h
Diffstat (limited to 'Python/bltinmodule.c')
| -rw-r--r-- | Python/bltinmodule.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <ctype.h> |
