]> 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>
Fri, 17 Mar 2023 20:27:56 +0000 (21:27 +0100)
gzguts.h

index 16029607f7c4981360b09dae59f4a392548f741c..83be1189e6f30af0c634b7c94b77f668051da5af 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