From 19fdc3542b465e3d9563bfd72e40c4b103a2cafe Mon Sep 17 00:00:00 2001 From: Joe Simmons-Talbott Date: Mon, 24 Apr 2023 15:30:58 -0400 Subject: gethostid: Do not include alloca.h Nothing from alloca.h is being used here. Reviewed-by: Siddhesh Poyarekar --- sysdeps/unix/sysv/linux/gethostid.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sysdeps/unix/sysv/linux/gethostid.c b/sysdeps/unix/sysv/linux/gethostid.c index e717d6a27e..c8d3361d34 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 -- cgit v1.2.1