diff options
author | Stefan Weil <sw@weilnetz.de> | 2016-03-14 15:47:05 +0100 |
---|---|---|
committer | Stefan Weil <sw@weilnetz.de> | 2016-03-22 19:11:15 +0100 |
commit | 8ff98f1ed2f50cd05c3c5027c7efdf69859ec664 (patch) | |
tree | 0b5c568ec539ca129afb4e4d3c20abcdbcbd2094 /include/qom/cpu.h | |
parent | e89fdafb58038038e3ccb860c5e1068ba063bac8 (diff) | |
download | qemu-8ff98f1ed2f50cd05c3c5027c7efdf69859ec664.zip |
Remove unneeded include statements for setjmp.h
As soon as setjmp.h is included from qemu/osdep.h, those old include
statements are no longer needed.
Add also setjmp.h to the list in scripts/clean-includes.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'include/qom/cpu.h')
-rw-r--r-- | include/qom/cpu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/qom/cpu.h b/include/qom/cpu.h index 7052eee7b7..4a6def7117 100644 --- a/include/qom/cpu.h +++ b/include/qom/cpu.h @@ -20,7 +20,6 @@ #ifndef QEMU_CPU_H #define QEMU_CPU_H -#include <setjmp.h> #include "hw/qdev-core.h" #include "disas/bfd.h" #include "exec/hwaddr.h" |