summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2022-12-26 08:07:08 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2022-12-26 08:31:42 -0800
commit114a6bd5a5a16e6edd1853445dec36a380910523 (patch)
tree6db310dad117b7c35b776ea2801322cb5c8d727a
parentbf5f3ba139a8a18151f83a365708ae0f410d3c5e (diff)
downloadgzip-114a6bd5a5a16e6edd1853445dec36a380910523.tar.gz
maint: do not include stdbool.h, stdalign.h
They are not needed in C23, which Gnulib now emulates. (We no longer worry about C89, since Gnulib doesn’t.)
-rw-r--r--dfltcc.c2
-rw-r--r--gzip.c2
-rw-r--r--inflate.c1
3 files changed, 0 insertions, 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 <config.h>
-#include <stdalign.h>
-#include <stdbool.h>
#include <stdlib.h>
#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 <ctype.h>
#include <sys/types.h>
#include <signal.h>
-#include <stdalign.h>
-#include <stdbool.h>
#include <stddef.h>
#include <sys/stat.h>
#include <errno.h>
diff --git a/inflate.c b/inflate.c
index e92bc6c..083d286 100644
--- a/inflate.c
+++ b/inflate.c
@@ -117,7 +117,6 @@
#include <config.h>
-#include <stdbool.h>
#include <stdlib.h>
#include "tailor.h"