]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Remove unistd.h include from gzguts.h which is already included from zconf.h via...
authorNathan Moinvaziri <nathan@nathanm.com>
Sat, 26 Mar 2022 17:37:29 +0000 (10:37 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Mon, 28 Mar 2022 09:08:25 +0000 (11:08 +0200)
gzguts.h

index 4e71eb4b1b94f247a1abb98c7d5c501670f338dd..7db7099088778f9857f9242e382bd9667c67e2a7 100644 (file)
--- a/gzguts.h
+++ b/gzguts.h
 #  include <stddef.h>
 #endif
 
-#if !defined(_MSC_VER) || defined(__MINGW__)
-#  include <unistd.h>       /* for lseek(), read(), close(), write(), unlink() */
-#endif
-
 #if defined(_WIN32)
 #  include <io.h>
 #  define WIDECHAR