Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a811a5b

Browse files
committed
Remove the osdefs.h #include; it was not needed in the final version of
my last set of changes.
1 parent a64436e commit a811a5b

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

Python/compile.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
3131
#include "compile.h"
3232
#include "opcode.h"
3333
#include "structmember.h"
34-
#include "osdefs.h" /* SEP */
3534

3635
#include <ctype.h>
3736
#ifdef HAVE_LIMITS_H

Python/pythonrun.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
2020
#include "compile.h"
2121
#include "eval.h"
2222
#include "marshal.h"
23-
#include "osdefs.h" /* SEP */
2423

2524
#ifdef HAVE_UNISTD_H
2625
#include <unistd.h>

0 commit comments

Comments
 (0)