From 4676048b437a696b42ecd4cf2c3b050e7d5154cc Mon Sep 17 00:00:00 2001
From: Mark Dickinson <dickinsm@gmail.com>
Date: Wed, 16 Sep 2009 20:26:31 +0000
Subject: [PATCH] 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).

---
 Modules/_localemodule.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/Modules/_localemodule.c b/Modules/_localemodule.c
index 26aed97d8f..94d0014bbc 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>
-- 
2.40.0