From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7932) id 027103858D39; Thu, 21 Sep 2023 14:09:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 027103858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1695305352; bh=6UezjlT9emrCcJSP73hJW2bYKQA5jvd4OcsTr/lMQ/0=; h=From:To:Subject:Date:From; b=ixMzfBYNeUxtr44MBQwSAdCv8PJGVGpGv1t3mo8r8DbO2ZVRm0aeJreWgbYAeUYh6 sAUl+Y0bndMNZY0jf9fXyiWvSoScPPCS1eZktLqvdeIoadZBRYLWCtcAhfhqoBDBmv ODuucMyVO7cN8AfwWQd0AQ/rIg/1Pqi2nrDmWGoY= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Joe Simmons-Talbott To: glibc-cvs@sourceware.org Subject: [glibc] elf: dl-lookup: Remove unused alloca.h include X-Act-Checkin: glibc X-Git-Author: Joe Simmons-Talbott X-Git-Refname: refs/heads/master X-Git-Oldrev: d2d797a49bddecb8789f898c09783e1ce47585ca X-Git-Newrev: 5d00c201b9a2da768a79ea8d5311f257871c0b43 Message-Id: <20230921140912.027103858D39@sourceware.org> Date: Thu, 21 Sep 2023 14:09:12 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=5d00c201b9a2da768a79ea8d5311f257871c0b43 commit 5d00c201b9a2da768a79ea8d5311f257871c0b43 Author: Joe Simmons-Talbott Date: Thu Sep 21 14:08:20 2023 +0000 elf: dl-lookup: Remove unused alloca.h include Diff: --- elf/dl-lookup.c | 1 - 1 file changed, 1 deletion(-) diff --git a/elf/dl-lookup.c b/elf/dl-lookup.c index a8f48fed12..69c91bea05 100644 --- a/elf/dl-lookup.c +++ b/elf/dl-lookup.c @@ -16,7 +16,6 @@ License along with the GNU C Library; if not, see . */ -#include #include #include #include