From e593df9509b53ef26999f84e32e181b0f6e51e8f Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Tue, 17 Mar 2020 16:14:05 +0100 Subject: [PATCH] x86/HVM: reduce vpic.h include dependencies Drop an #include not needed by the header itself. Signed-off-by: Jan Beulich Acked-by: Andrew Cooper --- xen/include/asm-x86/hvm/vpic.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xen/include/asm-x86/hvm/vpic.h b/xen/include/asm-x86/hvm/vpic.h index a3524ba76a..d71b270193 100644 --- a/xen/include/asm-x86/hvm/vpic.h +++ b/xen/include/asm-x86/hvm/vpic.h @@ -27,7 +27,8 @@ #ifndef __ASM_X86_HVM_VPIC_H__ #define __ASM_X86_HVM_VPIC_H__ -#include +struct domain; +struct vcpu; void vpic_irq_positive_edge(struct domain *d, int irq); void vpic_irq_negative_edge(struct domain *d, int irq); -- 2.30.2