From a811a5b13a095d61d0560b95259a957a2c0a4c47 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 15 Aug 2000 16:13:37 +0000 Subject: Remove the osdefs.h #include; it was not needed in the final version of my last set of changes. --- Python/pythonrun.c | 1 - 1 file changed, 1 deletion(-) (limited to 'Python/pythonrun.c') 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 -- cgit v1.2.1