diff options
author | Joe Simmons-Talbott <josimmon@redhat.com> | 2023-04-25 10:26:54 -0400 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2023-04-26 08:06:49 -0400 |
commit | a3461d4923d92ba14cbd60072aeccb49fcb14da2 (patch) | |
tree | 17c5d7e6cca7b4816d20cc864705937fb3cf270a /sysdeps | |
parent | 19fdc3542b465e3d9563bfd72e40c4b103a2cafe (diff) | |
download | glibc-a3461d4923d92ba14cbd60072aeccb49fcb14da2.tar.gz glibc-a3461d4923d92ba14cbd60072aeccb49fcb14da2.tar.xz glibc-a3461d4923d92ba14cbd60072aeccb49fcb14da2.zip |
if_index: Remove unneeded alloca.h include
Nothing is being used from this header. Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/if_index.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/if_index.c b/sysdeps/unix/sysv/linux/if_index.c index ac22d0b742..432a3f9251 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 <https://www.gnu.org/licenses/>. */ -#include <alloca.h> #include <errno.h> #include <string.h> #include <stdio.h> |