projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d1bc58
)
include/hw/i386: Clean up includes in x86.h
author
Thomas Huth
<thuth@redhat.com>
Wed, 8 Feb 2023 14:34:48 +0000
(15:34 +0100)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/include/hw/i386/x86.h
b/include/hw/i386/x86.h
index 0b337a036c64fb09a59fd2ba628068f351e3b383..da19ae15463ab3733a3940735648567945e35136 100644
(file)
--- 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"