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/gzip.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/gzip/gzip.h') diff --git a/bin/gzip/gzip.h b/bin/gzip/gzip.h index e2dcddfc..6e01f429 100644 --- a/bin/gzip/gzip.h +++ b/bin/gzip/gzip.h @@ -19,9 +19,9 @@ typedef char *voidp; /* I don't like nested includes, but the string and io functions are used * too often */ -#include -#include -#include +#include // for fprintf, FILE +#include // for time_t + #define memzero(s, n) memset((voidp)(s), 0, (n)) #define local static -- cgit v1.2.3