summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-06-27 15:25:12 (GMT)
committerGuido van Rossum <guido@python.org>1994-06-27 15:25:12 (GMT)
commitc93e13d734b286f1571175bc553abe88be764ff0 (patch)
treeec389c54dc21b4ec583a130e38183a50a00d6d7f /Mac
parent170c2e108fabc5bba0d894f87266c400eebff884 (diff)
downloadcpython-c93e13d734b286f1571175bc553abe88be764ff0.zip
cpython-c93e13d734b286f1571175bc553abe88be764ff0.tar.gz
cpython-c93e13d734b286f1571175bc553abe88be764ff0.tar.bz2
Replace <MacHeaders> by specific required header files
Diffstat (limited to 'Mac')
-rw-r--r--Mac/Python/macguesstabsize.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/Mac/Python/macguesstabsize.c b/Mac/Python/macguesstabsize.c
index 7d1abb7..7027e97 100644
--- a/Mac/Python/macguesstabsize.c
+++ b/Mac/Python/macguesstabsize.c
@@ -1,4 +1,8 @@
-#include <MacHeaders>
+#include <Types.h>
+#include <Files.h>
+#include <OSUtils.h>
+#include <Resources.h>
+
#include <string.h>
/* Interface used by tokenizer.c */