target-alpha, target-ppc: Remove unnecessary setjmp.h include
commitf5fc40bb8133849618e0d05adc798c5f07f7b17f
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 4 Jul 2011 21:02:46 +0000 (4 22:02 +0100)
committerBlue Swirl <blauwirbel@gmail.com>
Tue, 12 Jul 2011 21:01:20 +0000 (12 21:01 +0000)
treec53b593ae5020f10dbf4e1d752a188a7102f305f
parent462df2887cf55bb95faa7a76a0fd07722c63bb0c
target-alpha, target-ppc: Remove unnecessary setjmp.h include

Remove the include of setjmp.h from the cpu.h of target-alpha
and target-ppc. This is unnecessary because cpu-defs.h already
includes this header; this change brings these two targets
into line with all the rest.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
target-alpha/cpu.h
target-ppc/cpu.h