Skip to content

Commit 3360401

Browse files
committed
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). ........
1 parent 9fa2e02 commit 3360401

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

Modules/_localemodule.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ This software comes with no warranty. Use at your own risk.
3232
#include <wchar.h>
3333
#endif
3434

35-
#if defined(__APPLE__)
36-
#include <CoreFoundation/CoreFoundation.h>
37-
#endif
38-
3935
#if defined(MS_WINDOWS)
4036
#define WIN32_LEAN_AND_MEAN
4137
#include <windows.h>

0 commit comments

Comments
 (0)