From: Mark Cave-Ayland Date: Thu, 28 Aug 2025 11:09:46 +0000 (+0100) Subject: hw/i386/pc_piix.c: remove include for loader.h X-Git-Tag: v10.2.0-rc1~117^2~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b55eab382cfbeb11f0afe116a06243d3fe5e43d9;p=thirdparty%2Fqemu.git 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 Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Xiaoyao Li Link: https://lore.kernel.org/r/20250828111057.468712-4-mark.caveayland@nutanix.com Signed-off-by: Paolo Bonzini --- diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c index 9a3b5d88f08..351986232d6 100644 --- a/hw/i386/pc_piix.c +++ b/hw/i386/pc_piix.c @@ -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"