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