From: Fred Drake Date: Tue, 15 Aug 2000 16:13:37 +0000 (+0000) Subject: Remove the osdefs.h #include; it was not needed in the final version of X-Git-Tag: v2.0b1~436 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a811a5b13a095d61d0560b95259a957a2c0a4c47;p=thirdparty%2FPython%2Fcpython.git Remove the osdefs.h #include; it was not needed in the final version of my last set of changes. --- diff --git a/Python/compile.c b/Python/compile.c index 045f966e7f6f..30ac41a6239a 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 #ifdef HAVE_LIMITS_H diff --git a/Python/pythonrun.c b/Python/pythonrun.c index 44b55d2708c3..a99c1b4ba2dd 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