diff options
Diffstat (limited to 'contrib/minizip/zip.c')
-rw-r--r-- | contrib/minizip/zip.c | 2 |
1 files changed, 0 insertions, 2 deletions
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; |