Remove the osdefs.h #include; it was not needed in the final version of

my last set of changes.
This commit is contained in:
Fred Drake 2000-08-15 16:13:37 +00:00
parent a64436e853
commit a811a5b13a
2 changed files with 0 additions and 2 deletions

View 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

View 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>