mirror of
https://github.com/python/cpython.git
synced 2024-11-27 20:04:41 +08:00
Added intobject.h and tupleobject.h includes.
This commit is contained in:
parent
67d3d1348b
commit
17e66f6d87
@ -36,7 +36,9 @@
|
||||
|
||||
#include "PROTO.h"
|
||||
#include "object.h"
|
||||
#include "intobject.h"
|
||||
#include "stringobject.h"
|
||||
#include "tupleobject.h"
|
||||
#include "errors.h"
|
||||
|
||||
/* Last exception stored by err_setval() */
|
||||
|
Loading…
Reference in New Issue
Block a user