diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2023-08-13 17:46:47 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2023-08-13 17:46:47 -0700 |
commit | 89ef46ba0983a91c62e595a2923877f5c22e4db0 (patch) | |
tree | 1059ba44ebe868bf121ad7d68c3dcfa3e3ff75e2 | |
parent | 384e50eea4ac68dda7366f5999f444e9751a511c (diff) | |
download | zlib-89ef46ba0983a91c62e595a2923877f5c22e4db0.tar.gz zlib-89ef46ba0983a91c62e595a2923877f5c22e4db0.tar.bz2 zlib-89ef46ba0983a91c62e595a2923877f5c22e4db0.zip |
Remove redundant includes in minizip.
-rw-r--r-- | contrib/minizip/unzip.c | 2 | ||||
-rw-r--r-- | contrib/minizip/zip.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/contrib/minizip/unzip.c b/contrib/minizip/unzip.c index 366e1f8..ed763f8 100644 --- a/contrib/minizip/unzip.c +++ b/contrib/minizip/unzip.c | |||
@@ -77,8 +77,6 @@ | |||
77 | 77 | ||
78 | #ifdef STDC | 78 | #ifdef STDC |
79 | # include <stddef.h> | 79 | # include <stddef.h> |
80 | # include <string.h> | ||
81 | # include <stdlib.h> | ||
82 | #endif | 80 | #endif |
83 | #ifdef NO_ERRNO_H | 81 | #ifdef NO_ERRNO_H |
84 | extern int errno; | 82 | extern int errno; |
diff --git a/contrib/minizip/zip.c b/contrib/minizip/zip.c index 7facc23..3d3d4ca 100644 --- a/contrib/minizip/zip.c +++ b/contrib/minizip/zip.c | |||
@@ -32,8 +32,6 @@ | |||
32 | 32 | ||
33 | #ifdef STDC | 33 | #ifdef STDC |
34 | # include <stddef.h> | 34 | # include <stddef.h> |
35 | # include <string.h> | ||
36 | # include <stdlib.h> | ||
37 | #endif | 35 | #endif |
38 | #ifdef NO_ERRNO_H | 36 | #ifdef NO_ERRNO_H |
39 | extern int errno; | 37 | extern int errno; |