summaryrefslogtreecommitdiff
path: root/Include/pyport.h
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2012-10-05 02:27:40 +0200
committerJesus Cea <jcea@jcea.es>2012-10-05 02:27:40 +0200
commitee27bde6f1e903d7e8e04d875f35378be34a7a21 (patch)
treee57476e7844d375de9b203ab7fd24cc392fb2831 /Include/pyport.h
parenta983f4cd05e08c54d7b01a030989d5c0d52dc30e (diff)
downloadcpython-ee27bde6f1e903d7e8e04d875f35378be34a7a21.tar.gz
#16135: Removal of OS/2 support (C code and Docs)
Diffstat (limited to 'Include/pyport.h')
-rw-r--r--Include/pyport.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Include/pyport.h b/Include/pyport.h
index eba34f9af2..284e6da747 100644
--- a/Include/pyport.h
+++ b/Include/pyport.h
@@ -379,9 +379,6 @@ typedef size_t Py_uhash_t;
#endif
#ifdef HAVE_SYS_STAT_H
-#if defined(PYOS_OS2) && defined(PYCC_GCC)
-#include <sys/types.h>
-#endif
#include <sys/stat.h>
#elif defined(HAVE_STAT_H)
#include <stat.h>