diff options
Diffstat (limited to 'Mac/Modules/cf/cfsupport.py')
-rw-r--r-- | Mac/Modules/cf/cfsupport.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Mac/Modules/cf/cfsupport.py b/Mac/Modules/cf/cfsupport.py index f27c58b..e68ae03 100644 --- a/Mac/Modules/cf/cfsupport.py +++ b/Mac/Modules/cf/cfsupport.py @@ -42,18 +42,7 @@ class MethodSkipArg1(MethodGenerator): # Create the type objects includestuff = includestuff + """ -#ifdef WITHOUT_FRAMEWORKS -#include <CFBase.h> -#include <CFArray.h> -#include <CFData.h> -#include <CFDictionary.h> -#include <CFString.h> -#include <CFURL.h> -#include <CFPropertyList.h> -#include <CFPreferences.h> -#else #include <CoreServices/CoreServices.h> -#endif #include "pycfbridge.h" |