From: Mark Dickinson Date: Wed, 16 Sep 2009 20:32:35 +0000 (+0000) Subject: Merged revisions 74843 via svnmerge from X-Git-Tag: v3.2a1~2561 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3360401980429e71aaf1a6d304451b3771900394;p=python Merged revisions 74843 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r74843 | mark.dickinson | 2009-09-16 21:26:31 +0100 (Wed, 16 Sep 2009) | 4 lines Remove outdated include; this include was breaking OS X builds using non-Apple gcc4.3 and gcc4.4 (because CoreFoundation/CoreFoundation.h won't compile under non-Apple gcc). ........ --- diff --git a/Modules/_localemodule.c b/Modules/_localemodule.c index c215ef3475..8bcdb102ae 100644 --- a/Modules/_localemodule.c +++ b/Modules/_localemodule.c @@ -32,10 +32,6 @@ This software comes with no warranty. Use at your own risk. #include #endif -#if defined(__APPLE__) -#include -#endif - #if defined(MS_WINDOWS) #define WIN32_LEAN_AND_MEAN #include