| Index: third_party/zlib/contrib/minizip/zip.h
|
| diff --git a/third_party/zlib/contrib/minizip/zip.h b/third_party/zlib/contrib/minizip/zip.h
|
| index 8788c0256bd0dd72611370d56ce27cbc3614843d..8c06c0aa7bb08b5f0bdb24d6faee70edba4a17cf 100644
|
| --- a/third_party/zlib/contrib/minizip/zip.h
|
| +++ b/third_party/zlib/contrib/minizip/zip.h
|
| @@ -47,12 +47,8 @@ extern "C" {
|
| //#define HAVE_BZIP2
|
|
|
| #ifndef _ZLIB_H
|
| -#if defined(USE_SYSTEM_ZLIB)
|
| -#include <zlib.h>
|
| -#else
|
| #include "third_party/zlib/zlib.h"
|
| #endif
|
| -#endif
|
|
|
| #ifndef _ZLIBIOAPI_H
|
| #include "ioapi.h"
|
|
|