From: Thomas Huth Date: Wed, 8 Feb 2023 14:34:48 +0000 (+0100) Subject: include/hw/i386: Clean up includes in x86.h X-Git-Tag: v8.0.0-rc0~17^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=094f40be27ff2df74da1b7a3397e4acd95c1c6fa;p=thirdparty%2Fqemu.git include/hw/i386: Clean up includes in x86.h nmi.h and notify.h are not needed here, drop them to speed up the compiling a little bit. Message-Id: <20230210111438.1114600-1-thuth@redhat.com> Signed-off-by: Thomas Huth --- diff --git a/include/hw/i386/x86.h b/include/hw/i386/x86.h index 0b337a036c6..da19ae15463 100644 --- a/include/hw/i386/x86.h +++ b/include/hw/i386/x86.h @@ -18,10 +18,8 @@ #define HW_I386_X86_H #include "exec/hwaddr.h" -#include "qemu/notify.h" #include "hw/boards.h" -#include "hw/nmi.h" #include "hw/intc/ioapic.h" #include "hw/isa/isa.h" #include "qom/object.h"