Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
target/arm/kvm: Remove unused includes
Both MemoryRegion and Error types are forward declared
in "qemu/typedefs.h".

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Gavin Shan <gshan@redhat.com>
Message-id: 20231123183518.64569-3-philmd@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
  • Loading branch information
philmd authored and pm215 committed Dec 19, 2023
1 parent 5db30bc commit 600f070
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions target/arm/kvm_arm.h
Expand Up @@ -12,8 +12,6 @@
#define QEMU_KVM_ARM_H

#include "sysemu/kvm.h"
#include "exec/memory.h"
#include "qemu/error-report.h"

#define KVM_ARM_VGIC_V2 (1 << 0)
#define KVM_ARM_VGIC_V3 (1 << 1)
Expand Down

0 comments on commit 600f070

Please sign in to comment.