| Index: third_party/zlib/contrib/minizip/ioapi.h
 | 
| diff --git a/third_party/zlib/contrib/minizip/ioapi.h b/third_party/zlib/contrib/minizip/ioapi.h
 | 
| index c466e97214d1d6b4d40dfe6d37ae97fa6da2710f..dfa3b6ca3a7c2b6d5a62e3ba4b8d03def320ca57 100644
 | 
| --- a/third_party/zlib/contrib/minizip/ioapi.h
 | 
| +++ b/third_party/zlib/contrib/minizip/ioapi.h
 | 
| @@ -42,11 +42,7 @@
 | 
|  
 | 
|  #include <stdio.h>
 | 
|  #include <stdlib.h>
 | 
| -#if defined(USE_SYSTEM_ZLIB)
 | 
| -#include <zlib.h>
 | 
| -#else
 | 
|  #include "third_party/zlib/zlib.h"
 | 
| -#endif
 | 
|  
 | 
|  #if defined(USE_FILE32API)
 | 
|  #define fopen64 fopen
 | 
| 
 |