Commit a811a5b1 authored by Fred Drake's avatar Fred Drake

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

my last set of changes.
parent a64436e8
...@@ -31,7 +31,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. ...@@ -31,7 +31,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#include "compile.h" #include "compile.h"
#include "opcode.h" #include "opcode.h"
#include "structmember.h" #include "structmember.h"
#include "osdefs.h" /* SEP */
#include <ctype.h> #include <ctype.h>
#ifdef HAVE_LIMITS_H #ifdef HAVE_LIMITS_H
......
...@@ -20,7 +20,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. ...@@ -20,7 +20,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#include "compile.h" #include "compile.h"
#include "eval.h" #include "eval.h"
#include "marshal.h" #include "marshal.h"
#include "osdefs.h" /* SEP */
#ifdef HAVE_UNISTD_H #ifdef HAVE_UNISTD_H
#include <unistd.h> #include <unistd.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment