]> granicus.if.org Git - python/commitdiff
Remove outdated include; this include was breaking OS X builds using
authorMark Dickinson <dickinsm@gmail.com>
Wed, 16 Sep 2009 20:26:31 +0000 (20:26 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Wed, 16 Sep 2009 20:26:31 +0000 (20:26 +0000)
non-Apple gcc4.3 and gcc4.4 (because CoreFoundation/CoreFoundation.h
won't compile under non-Apple gcc).

Modules/_localemodule.c

index 26aed97d8f56d90470c9bd09798bdcf56b08d811..94d0014bbc09b30b89910b74173821f42b92879b 100644 (file)
@@ -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>