From: Tim Peters Date: Sun, 7 Jul 2002 16:52:50 +0000 (+0000) Subject: Removed 3 unlikely #includes that were only needed for the non-gc flavor X-Git-Tag: v2.3c1~5101 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a6269a8ec5259aca453e8964464e2177d2a32fa2;p=python Removed 3 unlikely #includes that were only needed for the non-gc flavor of the trashcan code. --- diff --git a/Objects/object.c b/Objects/object.c index 6a77e882aa..4cc9f6a917 100644 --- a/Objects/object.c +++ b/Objects/object.c @@ -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