From e5b99f0fb306b80118849048b3d145c1a614c38b Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 30 Nov 2010 09:41:01 +0000 Subject: Remove redundant includes of headers that are already included by Python.h. --- Python/bltinmodule.c | 1 - 1 file changed, 1 deletion(-) (limited to 'Python/bltinmodule.c') diff --git a/Python/bltinmodule.c b/Python/bltinmodule.c index f374277f3d..f300ab2a7b 100644 --- a/Python/bltinmodule.c +++ b/Python/bltinmodule.c @@ -5,7 +5,6 @@ #include "node.h" #include "code.h" -#include "eval.h" #include -- cgit v1.2.1