if_index: Remove unneeded alloca.h include
authorJoe Simmons-Talbott <josimmon@redhat.com>
Tue, 25 Apr 2023 14:26:54 +0000 (10:26 -0400)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Wed, 26 Apr 2023 12:06:49 +0000 (08:06 -0400)
Nothing is being used from this header.
Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
sysdeps/unix/sysv/linux/if_index.c

index ac22d0b..432a3f9 100644 (file)
@@ -15,7 +15,6 @@
    License along with the GNU C Library; if not, see
    <https://www.gnu.org/licenses/>.  */
 
-#include <alloca.h>
 #include <errno.h>
 #include <string.h>
 #include <stdio.h>