mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Fix a bunch of imports to use code.h instead of compile.h.
Remove duplicate declarations from compile.h
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
|
||||
#include "node.h"
|
||||
#include "code.h"
|
||||
#include "compile.h"
|
||||
#include "eval.h"
|
||||
|
||||
#include <ctype.h>
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
#include "Python.h"
|
||||
#include "longintrepr.h"
|
||||
#include "code.h"
|
||||
#include "compile.h"
|
||||
#include "marshal.h"
|
||||
|
||||
/* High water mark to determine when the marshalled object is dangerously deep
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#include "Python.h"
|
||||
#include "Python-ast.h"
|
||||
#include "code.h"
|
||||
#include "compile.h"
|
||||
#include "symtable.h"
|
||||
#include "structmember.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user