Remove redundant includes in minizip.

This commit is contained in:
Mark Adler 2023-08-13 17:46:47 -07:00
parent 384e50eea4
commit 89ef46ba09
2 changed files with 0 additions and 4 deletions

View File

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

View File

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