]> www.infradead.org Git - users/dwmw2/qemu.git/commitdiff
include/hw/i386: Clean up includes in x86.h
authorThomas Huth <thuth@redhat.com>
Wed, 8 Feb 2023 14:34:48 +0000 (15:34 +0100)
committerThomas Huth <thuth@redhat.com>
Tue, 7 Mar 2023 13:30:42 +0000 (14:30 +0100)
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 <thuth@redhat.com>
include/hw/i386/x86.h

index 0b337a036c64fb09a59fd2ba628068f351e3b383..da19ae15463ab3733a3940735648567945e35136 100644 (file)
 #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"