summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/cm/cmsupport.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Modules/cm/cmsupport.py')
-rw-r--r--Mac/Modules/cm/cmsupport.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/Mac/Modules/cm/cmsupport.py b/Mac/Modules/cm/cmsupport.py
index 2468193..98018c4 100644
--- a/Mac/Modules/cm/cmsupport.py
+++ b/Mac/Modules/cm/cmsupport.py
@@ -21,11 +21,7 @@ from macsupport import *
# Create the type objects
includestuff = includestuff + """
-#ifdef WITHOUT_FRAMEWORKS
-#include <Components.h>
-#else
#include <Carbon/Carbon.h>
-#endif
#ifdef USE_TOOLBOX_OBJECT_GLUE
extern PyObject *_CmpObj_New(Component);