diff options
author | Georg Brandl <georg@python.org> | 2010-11-30 09:41:01 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-11-30 09:41:01 +0000 |
commit | c16ad2eeb23a20667e832e09ad88e012952d8988 (patch) | |
tree | 21f4147c4dede6044822a8aa98a39e297e5d5bb7 /Python/traceback.c | |
parent | 6171159a9a7c63538f97307fc00e27618b326a1f (diff) | |
download | cpython-c16ad2eeb23a20667e832e09ad88e012952d8988.tar.gz |
Remove redundant includes of headers that are already included by Python.h.
Diffstat (limited to 'Python/traceback.c')
-rw-r--r-- | Python/traceback.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/traceback.c b/Python/traceback.c index ab10cfd161..59bb3f0d15 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 |