diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2019-12-12 17:15:43 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2019-12-17 19:33:49 +0100 |
commit | 852c27e2ba99939e13a8e87f0d1a43aaec805f56 (patch) | |
tree | 9d55fd3c7eff15b99b3497447b1b8de1f0a39ca8 /target/i386/monitor.c | |
parent | b54f33c4e07758f05ead2c27a2dcd1c1b87a34e7 (diff) |
hw: replace hw/i386/pc.h with a header just for the i8259
Remove the need to include i386/pc.h to get to the i8259 functions.
This is enough to remove the inclusion of hw/i386/pc.h from all non-x86
files.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'target/i386/monitor.c')
-rw-r--r-- | target/i386/monitor.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/i386/monitor.c b/target/i386/monitor.c index 9fb4d641d5..27ebfa3ad2 100644 --- a/target/i386/monitor.c +++ b/target/i386/monitor.c @@ -28,7 +28,6 @@ #include "monitor/hmp-target.h" #include "monitor/hmp.h" #include "qapi/qmp/qdict.h" -#include "hw/i386/pc.h" #include "sysemu/kvm.h" #include "sysemu/sev.h" #include "qapi/error.h" |