diff options
| author | Jack Jansen <jack.jansen@cwi.nl> | 2003-11-20 13:31:00 +0000 |
|---|---|---|
| committer | Jack Jansen <jack.jansen@cwi.nl> | 2003-11-20 13:31:00 +0000 |
| commit | 7107c1aff301a65faed24642cdc08f82a1c41cd4 (patch) | |
| tree | 1ce55f300f09be769722831564e22a9f49bbefa5 /Mac/Modules/Nav.c | |
| parent | 3305d2487d76a8a24448d825e98f8afb4caa76ab (diff) | |
| download | cpython-git-7107c1aff301a65faed24642cdc08f82a1c41cd4.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/Nav.c')
| -rw-r--r-- | Mac/Modules/Nav.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Mac/Modules/Nav.c b/Mac/Modules/Nav.c index 96c7c20439..0041f765ae 100644 --- a/Mac/Modules/Nav.c +++ b/Mac/Modules/Nav.c @@ -30,7 +30,6 @@ PERFORMANCE OF THIS SOFTWARE. ******************************************************************/ #include "Python.h" -#include "macglue.h" #include "pymactoolbox.h" #include <Carbon/Carbon.h> |
