From: Philippe Mathieu-Daudé Date: Tue, 8 Jul 2025 08:55:20 +0000 (+0200) Subject: hw/intc/loongarch_extioi: Remove unnecessary 'qemu/typedefs.h' include X-Git-Tag: v10.1.0-rc0~17^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83110a6c662f392360b2d235de6c96cd09370823;p=thirdparty%2Fqemu.git hw/intc/loongarch_extioi: Remove unnecessary 'qemu/typedefs.h' include "qemu/typedefs.h" is already included by "qemu/osdep.h". Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Song Gao Message-Id: <20250708085859.7885-2-philmd@linaro.org> --- diff --git a/hw/intc/loongarch_extioi_kvm.c b/hw/intc/loongarch_extioi_kvm.c index 0133540c45..aa2e8c753f 100644 --- a/hw/intc/loongarch_extioi_kvm.c +++ b/hw/intc/loongarch_extioi_kvm.c @@ -6,7 +6,6 @@ */ #include "qemu/osdep.h" -#include "qemu/typedefs.h" #include "hw/intc/loongarch_extioi.h" #include "linux/kvm.h" #include "qapi/error.h"