mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00: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:
parent
0f00ba8bd8
commit
ec97a28b60
9 changed files with 1 additions and 13 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
#include "Python.h"
|
||||
#include "osdefs.h"
|
||||
#include "compile.h" /* For CO_FUTURE_DIVISION */
|
||||
#include "code.h" /* For CO_FUTURE_DIVISION */
|
||||
#include "import.h"
|
||||
|
||||
#ifdef __VMS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue