summaryrefslogtreecommitdiffstats
path: root/Objects/object.c
diff options
context:
space:
mode:
Diffstat (limited to 'Objects/object.c')
-rw-r--r--Objects/object.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/Objects/object.c b/Objects/object.c
index 6a77e88..4cc9f6a 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