mirror of
https://github.com/python/cpython.git
synced 2026-01-30 06:36:55 +00:00
Removed 3 unlikely #includes that were only needed for the non-gc flavor
of the trashcan code.
This commit is contained in:
parent
6d0a4c79cf
commit
a6269a8ec5
@ -7,11 +7,6 @@
|
||||
#include "macglue.h"
|
||||
#endif
|
||||
|
||||
/* just for trashcan: */
|
||||
#include "compile.h"
|
||||
#include "frameobject.h"
|
||||
#include "traceback.h"
|
||||
|
||||
#if defined( Py_TRACE_REFS ) || defined( Py_REF_DEBUG )
|
||||
DL_IMPORT(long) _Py_RefTotal;
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user