target-arm: Remove stray #include from middle of neon_helper.c
commitf2f27b9f9bff33217ad1ee9f975f5e98980a8f1a
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 10 Feb 2011 15:47:14 +0000 (10 15:47 +0000)
committerAurelien Jarno <aurelien@aurel32.net>
Thu, 10 Feb 2011 20:21:30 +0000 (10 21:21 +0100)
tree1813ed89aa14ef3f8c81de6d17107995a30ed122
parent005e1a0a02810ee132742d8a29771cd48a2b4285
target-arm: Remove stray #include from middle of neon_helper.c

Remove a stray #include <stdio.h> 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 <peter.maydell@linaro.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-arm/neon_helper.c