summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2009-09-16 20:26:31 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2009-09-16 20:26:31 (GMT)
commit4676048b437a696b42ecd4cf2c3b050e7d5154cc (patch)
tree695e6fa4bc08422e6df8c1d4ee3cf3ac9171738c /Modules
parentc4dcb3801e6e64327e95821034a7578f5f31bf94 (diff)
downloadcpython-4676048b437a696b42ecd4cf2c3b050e7d5154cc.zip
cpython-4676048b437a696b42ecd4cf2c3b050e7d5154cc.tar.gz
cpython-4676048b437a696b42ecd4cf2c3b050e7d5154cc.tar.bz2
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')
-rw-r--r--Modules/_localemodule.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/Modules/_localemodule.c b/Modules/_localemodule.c
index 26aed97..94d0014 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>