Removed 3 unlikely #includes that were only needed for the non-gc flavor

of the trashcan code.
This commit is contained in:
Tim Peters 2002-07-07 16:52:50 +00:00
parent 6d0a4c79cf
commit a6269a8ec5
1 changed files with 0 additions and 5 deletions

View File

@ -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