From 169daa11155988a210fac949297381743f3cb400 Mon Sep 17 00:00:00 2001 From: Kacper Date: Tue, 9 Dec 2025 23:14:53 +0100 Subject: feat: clang-tidy fixes --- bin/gzip/inflate.c | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'bin/gzip/inflate.c') diff --git a/bin/gzip/inflate.c b/bin/gzip/inflate.c index bf9774f0..af2e1e92 100644 --- a/bin/gzip/inflate.c +++ b/bin/gzip/inflate.c @@ -95,15 +95,18 @@ the two sets of lengths. */ +#include "stddef.h" // for NULL + +#include // for fprintf, stderr +#include // for memcpy #ifdef RCSID static char rcsid[] = "$Id: inflate.c,v 1.1 2002/08/18 00:59:21 hpa Exp $"; #endif -#include -#include +#include "gzip.h" // for uch, ulg, get_byte, ush, outcnt, OF, flush_window + +#include // for free, malloc -#include "tailor.h" -#include "gzip.h" #define slide window /* Huffman code lookup table entry--this entry is four bytes for machines -- cgit v1.2.3