From a3461d4923d92ba14cbd60072aeccb49fcb14da2 Mon Sep 17 00:00:00 2001 From: Joe Simmons-Talbott Date: Tue, 25 Apr 2023 10:26:54 -0400 Subject: [PATCH] if_index: Remove unneeded alloca.h include Nothing is being used from this header. Reviewed-by: Siddhesh Poyarekar --- sysdeps/unix/sysv/linux/if_index.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sysdeps/unix/sysv/linux/if_index.c b/sysdeps/unix/sysv/linux/if_index.c index ac22d0b7422..432a3f92514 100644 --- a/sysdeps/unix/sysv/linux/if_index.c +++ b/sysdeps/unix/sysv/linux/if_index.c @@ -15,7 +15,6 @@ License along with the GNU C Library; if not, see . */ -#include #include #include #include -- 2.47.2