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)
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

index 411bd55328818023c7b591277d7d770a976d98e9..78caa796b65e18673fa94c3f04f2a03c27abbf20 100644 (file)
@@ -28,8 +28,6 @@
 
 #include "cpu-defs.h"
 
-#include <setjmp.h>
-
 #include "softfloat.h"
 
 #define TARGET_HAS_ICE 1
index 84f8ff6748f4f7df5288bde75a27d1f378ffc730..d90336634dfc8a6950c89a2bf7bcee8de3d96c1e 100644 (file)
@@ -75,8 +75,6 @@
 
 #include "cpu-defs.h"
 
-#include <setjmp.h>
-
 #include "softfloat.h"
 
 #define TARGET_HAS_ICE 1