summaryrefslogtreecommitdiffstats
path: root/Python/traceback.c
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-11-30 09:41:01 (GMT)
committerGeorg Brandl <georg@python.org>2010-11-30 09:41:01 (GMT)
commite5b99f0fb306b80118849048b3d145c1a614c38b (patch)
treee8938116fa072d7becaaad25df1cf67f142449a1 /Python/traceback.c
parent71c23d447322307572fbe0ca68b61fad97e10021 (diff)
downloadcpython-e5b99f0fb306b80118849048b3d145c1a614c38b.zip
cpython-e5b99f0fb306b80118849048b3d145c1a614c38b.tar.gz
cpython-e5b99f0fb306b80118849048b3d145c1a614c38b.tar.bz2
Remove redundant includes of headers that are already included by Python.h.
Diffstat (limited to 'Python/traceback.c')
-rw-r--r--Python/traceback.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/traceback.c b/Python/traceback.c
index ab10cfd..59bb3f0 100644
--- a/Python/traceback.c
+++ b/Python/traceback.c
@@ -7,7 +7,6 @@
#include "frameobject.h"
#include "structmember.h"
#include "osdefs.h"
-#include "traceback.h"
#ifdef HAVE_FCNTL_H
#include <fcntl.h>
#endif