summaryrefslogtreecommitdiff
path: root/Python/symtable.c
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2005-10-21 14:58:06 +0000
committerJeremy Hylton <jeremy@alum.mit.edu>2005-10-21 14:58:06 +0000
commite267b52b789f823d9ae6b950ace071d4c8339a38 (patch)
treed52d058f83b764a3c1445aee0c5b3374d10a0031 /Python/symtable.c
parent86c8cda7340375efcbd48fd23c5535a9a854889b (diff)
downloadcpython-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/symtable.c')
-rw-r--r--Python/symtable.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/symtable.c b/Python/symtable.c
index 7af1390ffb..49d153bd3b 100644
--- a/Python/symtable.c
+++ b/Python/symtable.c
@@ -1,7 +1,6 @@
#include "Python.h"
#include "Python-ast.h"
#include "code.h"
-#include "compile.h"
#include "symtable.h"
#include "structmember.h"