From: Paul Eggert Date: Thu, 15 Sep 2022 05:43:39 +0000 (-0500) Subject: maint: assume C23 alignof X-Git-Tag: v9.2~141 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7363a58286783a0b1a880faed7f7f9eaaf3c1b72;p=thirdparty%2Fcoreutils.git 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. --- 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