summaryrefslogtreecommitdiff
path: root/Python/sysmodule.c
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-11-30 09:41:01 +0000
committerGeorg Brandl <georg@python.org>2010-11-30 09:41:01 +0000
commitc16ad2eeb23a20667e832e09ad88e012952d8988 (patch)
tree21f4147c4dede6044822a8aa98a39e297e5d5bb7 /Python/sysmodule.c
parent6171159a9a7c63538f97307fc00e27618b326a1f (diff)
downloadcpython-c16ad2eeb23a20667e832e09ad88e012952d8988.tar.gz
Remove redundant includes of headers that are already included by Python.h.
Diffstat (limited to 'Python/sysmodule.c')
-rw-r--r--Python/sysmodule.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/sysmodule.c b/Python/sysmodule.c
index 1aa4271d76..204c8c8cc9 100644
--- a/Python/sysmodule.c
+++ b/Python/sysmodule.c
@@ -17,7 +17,6 @@ Data members:
#include "Python.h"
#include "code.h"
#include "frameobject.h"
-#include "eval.h"
#include "osdefs.h"