diff options
author | Fred Drake <fdrake@acm.org> | 2000-08-15 16:13:37 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-08-15 16:13:37 (GMT) |
commit | a811a5b13a095d61d0560b95259a957a2c0a4c47 (patch) | |
tree | 3e431efe3162c1927b7f04e7c84bc1f30d3ab042 /Python/pythonrun.c | |
parent | a64436e8538b4d95587b15a5cfa97093c8814db8 (diff) | |
download | cpython-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.c | 1 |
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> |