From: Hans Kristian Rosbach Date: Sat, 12 Sep 2020 18:24:42 +0000 (+0200) Subject: Improve malloc.h handling in zutil.h X-Git-Tag: 1.9.9-b1~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac457a0476871b9ef4eb9fdf91305cf5a406806b;p=thirdparty%2Fzlib-ng.git Improve malloc.h handling in zutil.h --- 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)