diff options
author | Stefan Weil <sw@weilnetz.de> | 2016-03-14 15:47:05 +0100 |
---|---|---|
committer | Timothy Pearson <tpearson@raptorengineering.com> | 2019-11-29 19:49:39 -0600 |
commit | 026cbdc12af421eb180c0114e5308d84ab8d3032 (patch) | |
tree | 17eef03d6ea0409355967a4aa8092637c71b4e1f /include/qom | |
parent | ca50cec9ec1385970c46d1fc64841ccb10f85b70 (diff) | |
download | hqemu-026cbdc12af421eb180c0114e5308d84ab8d3032.zip hqemu-026cbdc12af421eb180c0114e5308d84ab8d3032.tar.gz |
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')
-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 cd2065a..b4532ba 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" |