From 6b0a943ed7c9043bd2209cc54a9ed4bc98e21cb0 Mon Sep 17 00:00:00 2001 From: theoddone33 <> Date: Wed, 22 May 2002 21:41:33 +0000 Subject: [PATCH] Hopefully kill problems on systems with screwy zlibs --- zsnes/src/zip/unzip.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/zsnes/src/zip/unzip.h b/zsnes/src/zip/unzip.h index 76692cb7..2f0c4599 100644 --- a/zsnes/src/zip/unzip.h +++ b/zsnes/src/zip/unzip.h @@ -45,9 +45,7 @@ extern "C" { #endif -#ifndef _ZLIB_H -#include "zlib.h" -#endif +#include #if defined(STRICTUNZIP) || defined(STRICTZIPUNZIP) /* like the STRICT of WIN32, we define a pointer that cannot be converted