Remove redundant includes in minizip.

pull/841/head
Mark Adler 2 years ago
parent 384e50eea4
commit 89ef46ba09
  1. 2
      contrib/minizip/unzip.c
  2. 2
      contrib/minizip/zip.c

@ -77,8 +77,6 @@
#ifdef STDC
# include <stddef.h>
# include <string.h>
# include <stdlib.h>
#endif
#ifdef NO_ERRNO_H
extern int errno;

@ -32,8 +32,6 @@
#ifdef STDC
# include <stddef.h>
# include <string.h>
# include <stdlib.h>
#endif
#ifdef NO_ERRNO_H
extern int errno;

Loading…
Cancel
Save