]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Remove unnecessary malloc.h header include from minigzip and minigzip_fuzzer.
authorNathan Moinvaziri <nathan@nathanm.com>
Sat, 27 Mar 2021 00:50:28 +0000 (17:50 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Tue, 20 Apr 2021 12:13:48 +0000 (14:13 +0200)
test/fuzz/minigzip_fuzzer.c
test/minigzip.c

index 1f19126f44da3bc6b38b26d075b4741d2ab8c800..57e8588882570b763c2793cdd4abb212ed2cf895 100644 (file)
 #  include <sys/stat.h>
 #endif
 
-#ifndef UNALIGNED_OK
-#  include <malloc.h>
-#endif
-
 #if defined(_WIN32) || defined(__CYGWIN__)
 #  include <fcntl.h>
 #  include <io.h>
index 2e4ef8e2a5202b31870236080b0ebcf19cc0657d..29729f38942a03bee23134d9ee727705d4de6dfa 100644 (file)
 #  include <sys/stat.h>
 #endif
 
-#ifndef UNALIGNED_OK
-#  include <malloc.h>
-#endif
-
 #if defined(_WIN32) || defined(__CYGWIN__)
 #  include <fcntl.h>
 #  include <io.h>