diff options
Diffstat (limited to 'Python/marshal.c')
-rw-r--r-- | Python/marshal.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/marshal.c b/Python/marshal.c index 4114c8e..1962f92 100644 --- a/Python/marshal.c +++ b/Python/marshal.c @@ -7,7 +7,6 @@ #include "Python.h" #include "longintrepr.h" #include "code.h" -#include "compile.h" #include "marshal.h" /* High water mark to determine when the marshalled object is dangerously deep |