diff options
| author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-07-08 10:55:20 +0200 |
|---|---|---|
| committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-07-15 00:24:26 +0200 |
| commit | 83110a6c662f392360b2d235de6c96cd09370823 (patch) | |
| tree | c53a60102fe4cd8dd4ea38874066e2ebd09a56ad /hw/intc | |
| parent | 63e7af2035242dda6e2460f4eadbbe6f58c67614 (diff) | |
| download | focaccia-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.c | 1 |
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" |