mirror of https://github.com/python/cpython.git
Remove the osdefs.h #include; it was not needed in the final version of
my last set of changes.
This commit is contained in:
parent
a64436e853
commit
a811a5b13a
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue