summaryrefslogtreecommitdiff
path: root/Mac/Modules/cm
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2003-11-20 13:31:00 +0000
committerJack Jansen <jack.jansen@cwi.nl>2003-11-20 13:31:00 +0000
commit91a0228601dab234123a4f9812ccc13bf85dd1dc (patch)
tree444cc26a8a3ca8ed8c0440b02a884760966df9a8 /Mac/Modules/cm
parent89eea4aff9f6f2c27c2ce028f577991f0d240f06 (diff)
downloadcpython-91a0228601dab234123a4f9812ccc13bf85dd1dc.tar.gz
Got rid of macglue.h, replacing it by pymactoolbox.h where relevant.
Cleaned up various things in the toolbox modules.
Diffstat (limited to 'Mac/Modules/cm')
-rw-r--r--Mac/Modules/cm/_Cmmodule.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/Mac/Modules/cm/_Cmmodule.c b/Mac/Modules/cm/_Cmmodule.c
index f9b1bf7b95..95a36c06f9 100644
--- a/Mac/Modules/cm/_Cmmodule.c
+++ b/Mac/Modules/cm/_Cmmodule.c
@@ -5,12 +5,7 @@
-#ifdef _WIN32
-#include "pywintoolbox.h"
-#else
-#include "macglue.h"
#include "pymactoolbox.h"
-#endif
/* Macro to test whether a weak-loaded CFM function exists */
#define PyMac_PRECHECK(rtn) do { if ( &rtn == NULL ) {\