summaryrefslogtreecommitdiff
path: root/Python/frozenmain.c
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-01-12 11:05:12 +0000
committerMartin v. Löwis <martin@v.loewis.de>2002-01-12 11:05:12 +0000
commitcdc445122208cb90a59a468a7396b227e223c43a (patch)
treead9ca70705ab2c5a952aeeae91f0160394f98604 /Python/frozenmain.c
parentedb60a7ba9daa607a8021f2823e6bbd8fc942711 (diff)
downloadcpython-git-cdc445122208cb90a59a468a7396b227e223c43a.tar.gz
Include <unistd.h> in Python.h. Fixes #500924.
Diffstat (limited to 'Python/frozenmain.c')
-rw-r--r--Python/frozenmain.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/Python/frozenmain.c b/Python/frozenmain.c
index efc87d72a3..21724ef324 100644
--- a/Python/frozenmain.c
+++ b/Python/frozenmain.c
@@ -9,15 +9,6 @@ extern void PyWinFreeze_ExeTerm(void);
extern int PyInitFrozenExtensions(void);
#endif
-#ifdef HAVE_UNISTD_H
-#include <unistd.h> /* For isatty() */
-#endif
-
-/* For isatty()'s proto. - [cjh] */
-#ifdef HAVE_UNISTD_H
-#include <unistd.h>
-#endif
-
/* Main program */
int