summaryrefslogtreecommitdiffstats
path: root/Python/pythonrun.c
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-08-15 16:13:37 (GMT)
committerFred Drake <fdrake@acm.org>2000-08-15 16:13:37 (GMT)
commita811a5b13a095d61d0560b95259a957a2c0a4c47 (patch)
tree3e431efe3162c1927b7f04e7c84bc1f30d3ab042 /Python/pythonrun.c
parenta64436e8538b4d95587b15a5cfa97093c8814db8 (diff)
downloadcpython-a811a5b13a095d61d0560b95259a957a2c0a4c47.zip
cpython-a811a5b13a095d61d0560b95259a957a2c0a4c47.tar.gz
cpython-a811a5b13a095d61d0560b95259a957a2c0a4c47.tar.bz2
Remove the osdefs.h #include; it was not needed in the final version of
my last set of changes.
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 44b55d2..a99c1b4 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>