From: Thomas Heller Date: Fri, 7 Sep 2007 09:30:40 +0000 (+0000) Subject: Remove unneeded #include. X-Git-Tag: v2.6a1~1331 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=49c7c71d9f2cd3576581088006400f7ca1ff73b2;p=thirdparty%2FPython%2Fcpython.git Remove unneeded #include. --- diff --git a/Modules/_ctypes/cfield.c b/Modules/_ctypes/cfield.c index 872a6eee0eb0..2f2616f9f0f6 100644 --- a/Modules/_ctypes/cfield.c +++ b/Modules/_ctypes/cfield.c @@ -5,7 +5,6 @@ #include "Python.h" #include -#include #ifdef MS_WIN32 #include #endif