X-Git-Url: https://git.saurik.com/apple/cf.git/blobdiff_plain/7c97c3e0372470105800578fb90281b94a3cfd02..c2869fe43b07b442f1a75eeb9ccfbdc52cc0f62e:/CoreFoundation.h diff --git a/CoreFoundation.h b/CoreFoundation.h index 943d037..1eaf0eb 100644 --- a/CoreFoundation.h +++ b/CoreFoundation.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010 Apple Inc. All rights reserved. + * Copyright (c) 2011 Apple Inc. All rights reserved. * * @APPLE_LICENSE_HEADER_START@ * @@ -22,7 +22,7 @@ */ /* CoreFoundation.h - Copyright (c) 1998-2009, Apple Inc. All rights reserved. + Copyright (c) 1998-2011, Apple Inc. All rights reserved. */ #if !defined(__COREFOUNDATION_COREFOUNDATION__) @@ -63,7 +63,6 @@ #include #include #include -#include #include #include #include @@ -73,16 +72,11 @@ #include #include #include -#include #include #include -#include #include #include -#include #include -#include -#include #include #include #include @@ -91,24 +85,26 @@ #include #include +#if (TARGET_OS_MAC && !(TARGET_OS_EMBEDDED || TARGET_OS_IPHONE)) || (TARGET_OS_EMBEDDED || TARGET_OS_IPHONE) || TARGET_OS_WIN32 +#include +#include +#include +#include +#include +#include + -#if (TARGET_OS_MAC || TARGET_OS_WIN32) -#include #endif #if (TARGET_OS_MAC && !(TARGET_OS_EMBEDDED || TARGET_OS_IPHONE)) || (TARGET_OS_EMBEDDED || TARGET_OS_IPHONE) -#include -#include #endif + #if (TARGET_OS_MAC && !(TARGET_OS_EMBEDDED || TARGET_OS_IPHONE)) #include #include #include #endif -#if TARGET_OS_WIN32 -#include -#include -#endif + #endif /* ! __COREFOUNDATION_COREFOUNDATION__ */