summaryrefslogtreecommitdiffstats
path: root/Include/pyport.h
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2012-10-05 00:27:40 (GMT)
committerJesus Cea <jcea@jcea.es>2012-10-05 00:27:40 (GMT)
commitb176203ddab0671fb937c488492f4a535a37c639 (patch)
tree87e05157028ba1a747af82d46dafc6aa3c54603c /Include/pyport.h
parent14c81aba509904959a86f14ccd180f714e6b753d (diff)
downloadcpython-b176203ddab0671fb937c488492f4a535a37c639.zip
cpython-b176203ddab0671fb937c488492f4a535a37c639.tar.gz
cpython-b176203ddab0671fb937c488492f4a535a37c639.tar.bz2
#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 eba34f9..284e6da 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>