summaryrefslogtreecommitdiff
path: root/Python/pythonrun.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/pythonrun.c')
-rw-r--r--Python/pythonrun.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/pythonrun.c b/Python/pythonrun.c
index 44b55d2708..a99c1b4ba2 100644
--- a/Python/pythonrun.c
+++ b/Python/pythonrun.c
@@ -20,7 +20,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#include "compile.h"
#include "eval.h"
#include "marshal.h"
-#include "osdefs.h" /* SEP */
#ifdef HAVE_UNISTD_H
#include <unistd.h>