mirror of
https://github.com/python/cpython.git
synced 2025-07-10 04:45:36 +00:00
Move allobjects.h to front (needed by THINK C precompiled headers)
This commit is contained in:
parent
bfe14c5c92
commit
a5900aa549
1 changed files with 2 additions and 2 deletions
|
@ -24,10 +24,10 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
|
||||
/* Python interpreter main program */
|
||||
|
||||
#include "patchlevel.h"
|
||||
|
||||
#include "allobjects.h"
|
||||
|
||||
#include "patchlevel.h"
|
||||
|
||||
#include "grammar.h"
|
||||
#include "node.h"
|
||||
#include "parsetok.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue