summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/help/helpsupport.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Modules/help/helpsupport.py')
-rw-r--r--Mac/Modules/help/helpsupport.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/Mac/Modules/help/helpsupport.py b/Mac/Modules/help/helpsupport.py
index 8d2237e..230ec0c 100644
--- a/Mac/Modules/help/helpsupport.py
+++ b/Mac/Modules/help/helpsupport.py
@@ -39,11 +39,7 @@ includestuff = includestuff + """
#ifndef PyDoc_STR
#define PyDoc_STR(x) (x)
#endif
-#ifdef WITHOUT_FRAMEWORKS
-#include <MacHelp.h>
-#else
#include <Carbon/Carbon.h>
-#endif
"""
class MyObjectDefinition(PEP253Mixin, GlobalObjectDefinition):