X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=unzip%2Funzip_stream.c;h=7f3e9354b6f3a21105dd50b67dace8dae60fbd0c;hb=653f0b1399313ecef86d99a2552f40fb9e51b820;hp=3e7919b996f9e1df48f48b7fa43271f704dd73b1;hpb=83bd0b76aba19ff62368cfee76089e15579e3b7c;p=picodrive.git diff --git a/unzip/unzip_stream.c b/unzip/unzip_stream.c index 3e7919b..7f3e935 100644 --- a/unzip/unzip_stream.c +++ b/unzip/unzip_stream.c @@ -6,11 +6,7 @@ #include #include -#ifdef __SYMBIAN32__ -#include -#else #include "zlib/zlib.h" -#endif #define errormsg(str1,def,fname) printf("%s: " #def ": " str1 "\n", fname);