From: Joe Simmons-Talbott Date: Mon, 24 Apr 2023 19:30:58 +0000 (-0400) Subject: gethostid: Do not include alloca.h X-Git-Tag: glibc-2.38~337 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19fdc3542b465e3d9563bfd72e40c4b103a2cafe;p=thirdparty%2Fglibc.git gethostid: Do not include alloca.h Nothing from alloca.h is being used here. Reviewed-by: Siddhesh Poyarekar --- diff --git a/sysdeps/unix/sysv/linux/gethostid.c b/sysdeps/unix/sysv/linux/gethostid.c index e717d6a27e5..c8d3361d34c 100644 --- a/sysdeps/unix/sysv/linux/gethostid.c +++ b/sysdeps/unix/sysv/linux/gethostid.c @@ -15,7 +15,6 @@ License along with the GNU C Library; if not, see . */ -#include #include #include #include