summaryrefslogtreecommitdiff
path: root/Modules/_localemodule.c
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2009-09-16 20:32:35 +0000
committerMark Dickinson <dickinsm@gmail.com>2009-09-16 20:32:35 +0000
commit3360401980429e71aaf1a6d304451b3771900394 (patch)
treef8f5e63d9d2be6482aea8c769150c4a1d6e229ae /Modules/_localemodule.c
parent9fa2e02fe2c4c01fc725370a1711411bc48e30c4 (diff)
downloadcpython-git-3360401980429e71aaf1a6d304451b3771900394.tar.gz
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). ........
Diffstat (limited to 'Modules/_localemodule.c')
-rw-r--r--Modules/_localemodule.c4
1 files changed, 0 insertions, 4 deletions
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 <wchar.h>
#endif
-#if defined(__APPLE__)
-#include <CoreFoundation/CoreFoundation.h>
-#endif
-
#if defined(MS_WINDOWS)
#define WIN32_LEAN_AND_MEAN
#include <windows.h>