x86/HVM: reduce vlapic.h include dependencies
authorJan Beulich <jbeulich@suse.com>
Tue, 17 Mar 2020 15:15:49 +0000 (16:15 +0100)
committerJan Beulich <jbeulich@suse.com>
Tue, 17 Mar 2020 15:15:49 +0000 (16:15 +0100)
Drop #include-s 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/vlapic.h

index f0d5e3fbc9abfc4a738752236827037cdfca1a89..8f908928c35c824359c0a998133a4675767b32ed 100644 (file)
@@ -21,8 +21,6 @@
 #define __ASM_X86_HVM_VLAPIC_H__
 
 #include <xen/tasklet.h>
-#include <asm/msr.h>
-#include <public/hvm/ioreq.h>
 #include <asm/hvm/vpt.h>
 
 #define vcpu_vlapic(x)   (&(x)->arch.hvm.vlapic)