From 114a6bd5a5a16e6edd1853445dec36a380910523 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 26 Dec 2022 08:07:08 -0800 Subject: maint: do not include stdbool.h, stdalign.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit They are not needed in C23, which Gnulib now emulates. (We no longer worry about C89, since Gnulib doesn’t.) --- dfltcc.c | 2 -- gzip.c | 2 -- inflate.c | 1 - 3 files changed, 5 deletions(-) diff --git a/dfltcc.c b/dfltcc.c index b9eaf5e..50632d0 100644 --- a/dfltcc.c +++ b/dfltcc.c @@ -18,8 +18,6 @@ #include -#include -#include #include #ifdef HAVE_SYS_SDT_H diff --git a/gzip.c b/gzip.c index 9602271..b17f264 100644 --- a/gzip.c +++ b/gzip.c @@ -58,8 +58,6 @@ static char const *const license_msg[] = { #include #include #include -#include -#include #include #include #include diff --git a/inflate.c b/inflate.c index e92bc6c..083d286 100644 --- a/inflate.c +++ b/inflate.c @@ -117,7 +117,6 @@ #include -#include #include #include "tailor.h" -- cgit v1.2.1