From 1d05cd8d8ec0526e5fd16e541b4e92a7c64dfede Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Sat, 12 Jan 2002 11:05:12 +0000 Subject: Include in Python.h. Fixes #500924. --- Python/pythonrun.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Python/pythonrun.c') diff --git a/Python/pythonrun.c b/Python/pythonrun.c index 4294c9748e..6b70739d0a 100644 --- a/Python/pythonrun.c +++ b/Python/pythonrun.c @@ -13,10 +13,6 @@ #include "eval.h" #include "marshal.h" -#ifdef HAVE_UNISTD_H -#include -#endif - #ifdef HAVE_SIGNAL_H #include #endif -- cgit v1.2.1