diff options
author | Nathan Moinvaziri <nathan@nathanm.com> | 2022-03-26 10:37:29 -0700 |
---|---|---|
committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2023-03-17 21:27:56 +0100 |
commit | 1f04ed17517e8332b5d3060b5b9d46a3d5f6e70e (patch) | |
tree | e0db7cbb66976159d177b347b43fbe36fd296fb9 | |
parent | 9c0d187dad06a1e06d885ffa80915d60ed37a6a0 (diff) |
Remove unistd.h include from gzguts.h which is already included from zconf.h via zlib.h.
-rw-r--r-- | gzguts.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -38,10 +38,6 @@ # 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 |