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/OSATerminology.c b/Mac/Modules/OSATerminology.c index a3ed4b4..9de0871 100644 --- a/Mac/Modules/OSATerminology.c +++ b/Mac/Modules/OSATerminology.c
@@ -7,7 +7,7 @@ ** by a full interface to OpenScripting. */ #include "Python.h" -#include "macglue.h" +#include "pymactoolbox.h" #include <Carbon/Carbon.h>