| Index: third_party/zlib/contrib/minizip/unzip.h
|
| diff --git a/third_party/zlib/contrib/minizip/unzip.h b/third_party/zlib/contrib/minizip/unzip.h
|
| index b757a224d40adc292b6b60b0364e06b305ba6b7e..80eb36e55a261d4c36b77de5b516c3a784e9f55c 100644
|
| --- a/third_party/zlib/contrib/minizip/unzip.h
|
| +++ b/third_party/zlib/contrib/minizip/unzip.h
|
| @@ -48,12 +48,8 @@ extern "C" {
|
| #endif
|
|
|
| #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"
|
|
|