]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove the osdefs.h #include; it was not needed in the final version of
authorFred Drake <fdrake@acm.org>
Tue, 15 Aug 2000 16:13:37 +0000 (16:13 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 15 Aug 2000 16:13:37 +0000 (16:13 +0000)
my last set of changes.

Python/compile.c
Python/pythonrun.c

index 045f966e7f6fa5b8ca04e094802886ece5ddd5ca..30ac41a6239adb6309c4b6fabeae4e6ed103e901 100644 (file)
@@ -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
index 44b55d2708c3cbd341d59cae3e258d5d6b5e216d..a99c1b4ba2dd3db9821200fe089aaab583cbbeac 100644 (file)
@@ -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>