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

Skip to content

Commit 5e3e426

Browse files
committed
removed sime redundant header includes and decls.
1 parent 795ba58 commit 5e3e426

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

Python/ceval.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,22 +36,14 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3636

3737
#include "allobjects.h"
3838

39-
#include "import.h"
40-
#include "sysmodule.h"
41-
#include "bltinmodule.h"
4239
#include "compile.h"
4340
#include "frameobject.h"
4441
#include "eval.h"
45-
#include "ceval.h"
4642
#include "opcode.h"
47-
#include "traceback.h"
4843
#include "graminit.h"
49-
#include "pythonrun.h"
5044

5145
#include <ctype.h>
5246

53-
extern int suppress_print; /* Declared in pythonrun.c, set in pythonmain.c */
54-
5547
/* Turn this on if your compiler chokes on the big switch: */
5648
/* #define CASE_TOO_BIG 1 */
5749

0 commit comments

Comments
 (0)