summary refs log tree commit diff stats
path: root/hw/intc
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2025-07-08 10:55:20 +0200
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2025-07-15 00:24:26 +0200
commit83110a6c662f392360b2d235de6c96cd09370823 (patch)
treec53a60102fe4cd8dd4ea38874066e2ebd09a56ad /hw/intc
parent63e7af2035242dda6e2460f4eadbbe6f58c67614 (diff)
downloadfocaccia-qemu-83110a6c662f392360b2d235de6c96cd09370823.tar.gz
focaccia-qemu-83110a6c662f392360b2d235de6c96cd09370823.zip
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é <philmd@linaro.org>
Reviewed-by: Song Gao <gaosong@loongson.cn>
Message-Id: <20250708085859.7885-2-philmd@linaro.org>
Diffstat (limited to 'hw/intc')
-rw-r--r--hw/intc/loongarch_extioi_kvm.c1
1 files changed, 0 insertions, 1 deletions
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"