From 8ff98f1ed2f50cd05c3c5027c7efdf69859ec664 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Mon, 14 Mar 2016 15:47:05 +0100 Subject: 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 --- include/qom/cpu.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/qom/cpu.h') 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 #include "hw/qdev-core.h" #include "disas/bfd.h" #include "exec/hwaddr.h" -- cgit v1.2.3