From 14c81aba509904959a86f14ccd180f714e6b753d Mon Sep 17 00:00:00 2001 From: Jesus Cea Date: Fri, 5 Oct 2012 02:11:36 +0200 Subject: #16135: Removal of OS/2 support (Modules/*) --- Modules/_lsprof.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Modules/_lsprof.c') diff --git a/Modules/_lsprof.c b/Modules/_lsprof.c index b0a226bfeb..5657f2f676 100644 --- a/Modules/_lsprof.c +++ b/Modules/_lsprof.c @@ -36,12 +36,8 @@ hpTimerUnit(void) #error "This module requires gettimeofday() on non-Windows platforms!" #endif -#if (defined(PYOS_OS2) && defined(PYCC_GCC)) -#include -#else #include #include -#endif static PY_LONG_LONG hpTimer(void) -- cgit v1.2.1