summaryrefslogtreecommitdiffstats
path: root/Python/compile.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/compile.c')
-rw-r--r--Python/compile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/compile.c b/Python/compile.c
index 045f966..30ac41a 100644
--- a/Python/compile.c
+++ b/Python/compile.c
@@ -31,7 +31,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#include "compile.h"
#include "opcode.h"
#include "structmember.h"
-#include "osdefs.h" /* SEP */
#include <ctype.h>
#ifdef HAVE_LIMITS_H