From ac457a0476871b9ef4eb9fdf91305cf5a406806b Mon Sep 17 00:00:00 2001 From: Hans Kristian Rosbach Date: Sat, 12 Sep 2020 20:24:42 +0200 Subject: [PATCH] Improve malloc.h handling in zutil.h --- zutil.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/zutil.h b/zutil.h index 4c639414..12236203 100644 --- a/zutil.h +++ b/zutil.h @@ -100,9 +100,6 @@ extern z_const char * const PREFIX(z_errmsg)[10]; /* indexed by 2-zlib_error */ #ifdef OS2 # define OS_CODE 6 -# if defined(M_I86) && !defined(Z_SOLO) -# include -# endif #endif #if defined(MACOS) || defined(TARGET_OS_MAC) -- 2.47.3