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/pyarena.c | 1 - 1 file changed, 1 deletion(-) (limited to 'Python/pyarena.c') diff --git a/Python/pyarena.c b/Python/pyarena.c index 2d63638856..5a255ae497 100644 --- a/Python/pyarena.c +++ b/Python/pyarena.c @@ -1,5 +1,4 @@ #include "Python.h" -#include "pyarena.h" /* A simple arena block structure. -- cgit v1.2.1