x86/HVM: reduce vpic.h include dependencies
authorJan Beulich <jbeulich@suse.com>
Tue, 17 Mar 2020 15:14:05 +0000 (16:14 +0100)
committerJan Beulich <jbeulich@suse.com>
Tue, 17 Mar 2020 15:14:05 +0000 (16:14 +0100)
Drop an #include not needed by the header itself.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/include/asm-x86/hvm/vpic.h

index a3524ba76a4d472a1b15529f5621149f3ca080db..d71b270193d61b41be97334cccbfac76f3f64434 100644 (file)
@@ -27,7 +27,8 @@
 #ifndef __ASM_X86_HVM_VPIC_H__
 #define __ASM_X86_HVM_VPIC_H__
 
-#include <public/hvm/save.h>
+struct domain;
+struct vcpu;
 
 void vpic_irq_positive_edge(struct domain *d, int irq);
 void vpic_irq_negative_edge(struct domain *d, int irq);