1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

if_index: Remove unneeded alloca.h include

Nothing is being used from this header.
Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
This commit is contained in:
Joe Simmons-Talbott
2023-04-25 10:26:54 -04:00
committed by Siddhesh Poyarekar
parent 19fdc3542b
commit a3461d4923

View 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>