From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=36613 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pnd1N-0002K1-J3 for qemu-devel@nongnu.org; Thu, 10 Feb 2011 15:21:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pnd1L-0002wI-Lk for qemu-devel@nongnu.org; Thu, 10 Feb 2011 15:21:45 -0500 Received: from hall.aurel32.net ([88.191.126.93]:41372) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pnd1L-0002vn-G0 for qemu-devel@nongnu.org; Thu, 10 Feb 2011 15:21:43 -0500 Date: Thu, 10 Feb 2011 21:21:50 +0100 From: Aurelien Jarno Subject: Re: [Qemu-devel] [PATCH] target-arm: Remove stray #include from middle of neon_helper.c Message-ID: <20110210202150.GA32311@volta.aurel32.net> References: <1297352834-11941-1-git-send-email-peter.maydell@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <1297352834-11941-1-git-send-email-peter.maydell@linaro.org> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel@nongnu.org, patches@linaro.org On Thu, Feb 10, 2011 at 03:47:14PM +0000, Peter Maydell wrote: > Remove a stray #include from the middle of neon_helper.c: > it was harmless but pointless since we include stdio.h at the top > of the file anyway. > > Signed-off-by: Peter Maydell > --- > target-arm/neon_helper.c | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) Thanks, applied. > diff --git a/target-arm/neon_helper.c b/target-arm/neon_helper.c > index 61890dd..dc09968 100644 > --- a/target-arm/neon_helper.c > +++ b/target-arm/neon_helper.c > @@ -1484,7 +1484,6 @@ uint64_t HELPER(neon_negl_u16)(uint64_t x) > return result; > } > > -#include > uint64_t HELPER(neon_negl_u32)(uint64_t x) > { > uint32_t low = -x; > -- > 1.7.1 > > > -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurelien@aurel32.net http://www.aurel32.net