From baa477d3240f229ed97b1750fb82ef8a6fb77016 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Wed, 21 Feb 2018 22:57:28 -0500 Subject: [PATCH] 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. Backports commit 8ff98f1ed2f50cd05c3c5027c7efdf69859ec664 from qemu --- qemu/include/qom/cpu.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/qemu/include/qom/cpu.h b/qemu/include/qom/cpu.h index 530fe16b..5b44e18e 100644 --- a/qemu/include/qom/cpu.h +++ b/qemu/include/qom/cpu.h @@ -20,8 +20,6 @@ #ifndef QEMU_CPU_H #define QEMU_CPU_H -#include -#include #include "hw/qdev-core.h" #include "exec/hwaddr.h" #include "exec/memory.h"