commit | 7107c1aff301a65faed24642cdc08f82a1c41cd4 | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Thu Nov 20 13:31:00 2003 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Thu Nov 20 13:31:00 2003 +0000 |
tree | 1ce55f300f09be769722831564e22a9f49bbefa5 | |
parent | 3305d2487d76a8a24448d825e98f8afb4caa76ab [diff] [blame] |
Got rid of macglue.h, replacing it by pymactoolbox.h where relevant. Cleaned up various things in the toolbox modules.
diff --git a/Mac/Modules/cf/pycfbridge.c b/Mac/Modules/cf/pycfbridge.c index 3e4b89a..30122dc 100644 --- a/Mac/Modules/cf/pycfbridge.c +++ b/Mac/Modules/cf/pycfbridge.c
@@ -5,7 +5,7 @@ #include <CoreServices/CoreServices.h> #include "Python.h" -#include "macglue.h" +#include "pymactoolbox.h" #include "pycfbridge.h"