summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
Diffstat (limited to 'Mac')
-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>