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/symtable.c | 1 - 1 file changed, 1 deletion(-) (limited to 'Python/symtable.c') 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" -- cgit v1.2.1