]> granicus.if.org Git - python/commitdiff
Removed 3 unlikely #includes that were only needed for the non-gc flavor
authorTim Peters <tim.peters@gmail.com>
Sun, 7 Jul 2002 16:52:50 +0000 (16:52 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 7 Jul 2002 16:52:50 +0000 (16:52 +0000)
of the trashcan code.

Objects/object.c

index 6a77e882aa05740956fe6b900751122834be8984..4cc9f6a9178558cbb55a5021871b0d8e585d237b 100644 (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