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 | ec97a28b60b40d366379d22876baebcdd06a89ad (patch) | |
tree | b1c4f1aa28bd5dbdfbe182aebe1c75fb164c9c04 /Modules/_hotshot.c | |
parent | 0f00ba8bd885d86e028f971292a5f20b590a0c13 (diff) | |
download | cpython-git-ec97a28b60b40d366379d22876baebcdd06a89ad.tar.gz |
Fix a bunch of imports to use code.h instead of compile.h.
Remove duplicate declarations from compile.h
Diffstat (limited to 'Modules/_hotshot.c')
-rw-r--r-- | Modules/_hotshot.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/_hotshot.c b/Modules/_hotshot.c index 08427284cc..ddfd33655c 100644 --- a/Modules/_hotshot.c +++ b/Modules/_hotshot.c @@ -4,7 +4,6 @@ #include "Python.h" #include "code.h" -#include "compile.h" #include "eval.h" #include "frameobject.h" #include "structmember.h" |