summaryrefslogtreecommitdiff
path: root/Python
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-08-15 16:13:37 +0000
committerFred Drake <fdrake@acm.org>2000-08-15 16:13:37 +0000
commit9295417f2d236885d745cbea8554682f57379efa (patch)
treeb3dfd0cfed80cdde8890b7747f10c6882e1b04c2 /Python
parentd36d81968cd5b87474350c730e30d3d69d24936d (diff)
downloadcpython-9295417f2d236885d745cbea8554682f57379efa.tar.gz
Remove the osdefs.h #include; it was not needed in the final version of
my last set of changes.
Diffstat (limited to 'Python')
-rw-r--r--Python/compile.c1
-rw-r--r--Python/pythonrun.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/Python/compile.c b/Python/compile.c
index 045f966e7f..30ac41a623 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
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>