summaryrefslogtreecommitdiffstats
path: root/Mac/Python
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1997-02-24 13:59:38 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1997-02-24 13:59:38 (GMT)
commitc587301e2e7267eb006ce77289154bc8665cce22 (patch)
tree0e36cf031c815491d1278cb6303e53f9bd2dd2e5 /Mac/Python
parent4a8c54e6d91549ae140970862d661dacf1112e31 (diff)
downloadcpython-c587301e2e7267eb006ce77289154bc8665cce22.zip
cpython-c587301e2e7267eb006ce77289154bc8665cce22.tar.gz
cpython-c587301e2e7267eb006ce77289154bc8665cce22.tar.bz2
- Changed GestaltEqu.h to Gestalt.h
- Changed FragLoader.h to CodeFragments.h - Removed Desk.h
Diffstat (limited to 'Mac/Python')
-rw-r--r--Mac/Python/macgetargv.c1
-rw-r--r--Mac/Python/macglue.c1
-rw-r--r--Mac/Python/macmain.c1
-rw-r--r--Mac/Python/macshlglue.c2
4 files changed, 1 insertions, 4 deletions
diff --git a/Mac/Python/macgetargv.c b/Mac/Python/macgetargv.c
index 74c1019..a0efa17 100644
--- a/Mac/Python/macgetargv.c
+++ b/Mac/Python/macgetargv.c
@@ -39,7 +39,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <Errors.h>
#include <AppleEvents.h>
#include <AEObjects.h>
-#include <Desk.h>
#include <Fonts.h>
#include <TextEdit.h>
#include <Menus.h>
diff --git a/Mac/Python/macglue.c b/Mac/Python/macglue.c
index 6fc1e99..d05009e 100644
--- a/Mac/Python/macglue.c
+++ b/Mac/Python/macglue.c
@@ -50,7 +50,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <Resources.h>
#include <Memory.h>
#include <Windows.h>
-#include <Desk.h>
#include <Traps.h>
#include <Processes.h>
#include <Fonts.h>
diff --git a/Mac/Python/macmain.c b/Mac/Python/macmain.c
index 62f31e7..3197388 100644
--- a/Mac/Python/macmain.c
+++ b/Mac/Python/macmain.c
@@ -35,7 +35,6 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <stdio.h>
#include <Events.h>
#include <Windows.h>
-#include <Desk.h>
#include <Fonts.h>
#ifdef __MWERKS__
diff --git a/Mac/Python/macshlglue.c b/Mac/Python/macshlglue.c
index 9a7cc5e..1b99c91 100644
--- a/Mac/Python/macshlglue.c
+++ b/Mac/Python/macshlglue.c
@@ -45,7 +45,7 @@ PERFORMANCE OF THIS SOFTWARE.
#include <Quickdraw.h>
#include <SegLoad.h>
-#include <FragLoad.h>
+#include <CodeFragments.h>
#include <Files.h>
#include <Resources.h>