hw/i386/pc_piix.c: remove include for loader.h
This header is not required since the loader functionality is handled separately by pc_memory_init() in pc.c. Signed-off-by: Mark Cave-Ayland <mark.caveayland@nutanix.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Xiaoyao Li <xiaoyao.li@intel.com> Link: https://lore.kernel.org/r/20250828111057.468712-4-mark.caveayland@nutanix.com Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
483a232e04
commit
b55eab382c
1 changed files with 0 additions and 1 deletions
|
|
@ -28,7 +28,6 @@
|
|||
#include "qemu/units.h"
|
||||
#include "hw/char/parallel-isa.h"
|
||||
#include "hw/dma/i8257.h"
|
||||
#include "hw/loader.h"
|
||||
#include "hw/i386/x86.h"
|
||||
#include "hw/i386/pc.h"
|
||||
#include "hw/i386/apic.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue