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