From 7363a58286783a0b1a880faed7f7f9eaaf3c1b72 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 15 Sep 2022 00:43:39 -0500 Subject: [PATCH] maint: assume C23 alignof * gl/lib/randread.c, src/stat.c (print_statfs): No need to include stdalign.h, now that alignof is a keyword in C23 and Gnulib arranges for this. --- gl/lib/randread.c | 1 - src/stat.c | 1 - 2 files changed, 2 deletions(-) diff --git a/gl/lib/randread.c b/gl/lib/randread.c index f4ac7c2e07..54d2e935be 100644 --- a/gl/lib/randread.c +++ b/gl/lib/randread.c @@ -29,7 +29,6 @@ #include #include #include -#include #include #include #include diff --git a/src/stat.c b/src/stat.c index 549762aba5..edb2249ef0 100644 --- a/src/stat.c +++ b/src/stat.c @@ -30,7 +30,6 @@ #include #include -#include #include #include #include -- 2.47.2