Commit a6269a8e authored by Tim Peters's avatar Tim Peters

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

of the trashcan code.
parent 6d0a4c79
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment