aboutsummaryrefslogtreecommitdiff
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
commite5b99f0fb306b80118849048b3d145c1a614c38b (patch)
treee8938116fa072d7becaaad25df1cf67f142449a1 /Python/future.c
parentInclude structseq.h in Python.h, and remove now-redundant includes in individ... (diff)
downloadcpython-e5b99f0fb306b80118849048b3d145c1a614c38b.tar.gz
cpython-e5b99f0fb306b80118849048b3d145c1a614c38b.tar.bz2
cpython-e5b99f0fb306b80118849048b3d145c1a614c38b.zip
Remove redundant includes of headers that are already included by Python.h.
Diffstat (limited to 'Python/future.c')
-rw-r--r--Python/future.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/future.c b/Python/future.c
index 551edc6085e..d6b653f3159 100644
--- a/Python/future.c
+++ b/Python/future.c
@@ -4,7 +4,6 @@
#include "token.h"
#include "graminit.h"
#include "code.h"
-#include "compile.h"
#include "symtable.h"
#define UNDEFINED_FUTURE_FEATURE "future feature %.100s is not defined"