diff options
Diffstat (limited to 'Include/pyport.h')
-rw-r--r-- | Include/pyport.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Include/pyport.h b/Include/pyport.h index b311bd8..86bbab2 100644 --- a/Include/pyport.h +++ b/Include/pyport.h @@ -117,13 +117,6 @@ typedef LONG_LONG Py_intptr_t; #include <sys/select.h> -#else /* !HAVE_SYS_SELECT_H */ - -#ifdef USE_GUSI1 -/* If we don't have sys/select the definition may be in unistd.h */ -#include <GUSI.h> -#endif - #endif /* !HAVE_SYS_SELECT_H */ /******************************* |