mirror of
https://github.com/qemu/qemu.git
synced 2024-11-23 19:03:38 +08:00
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>
This commit is contained in:
parent
462df2887c
commit
f5fc40bb81
@ -28,8 +28,6 @@
|
||||
|
||||
#include "cpu-defs.h"
|
||||
|
||||
#include <setjmp.h>
|
||||
|
||||
#include "softfloat.h"
|
||||
|
||||
#define TARGET_HAS_ICE 1
|
||||
|
@ -75,8 +75,6 @@
|
||||
|
||||
#include "cpu-defs.h"
|
||||
|
||||
#include <setjmp.h>
|
||||
|
||||
#include "softfloat.h"
|
||||
|
||||
#define TARGET_HAS_ICE 1
|
||||
|
Loading…
Reference in New Issue
Block a user