From: Jan Beulich Date: Tue, 17 Mar 2020 15:15:49 +0000 (+0100) Subject: x86/HVM: reduce vlapic.h include dependencies X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~530 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2f661954e8512f08e58db3c285b5515fee414c95;p=xen.git x86/HVM: reduce vlapic.h include dependencies Drop #include-s not needed by the header itself. Signed-off-by: Jan Beulich Acked-by: Andrew Cooper --- diff --git a/xen/include/asm-x86/hvm/vlapic.h b/xen/include/asm-x86/hvm/vlapic.h index f0d5e3fbc9..8f908928c3 100644 --- a/xen/include/asm-x86/hvm/vlapic.h +++ b/xen/include/asm-x86/hvm/vlapic.h @@ -21,8 +21,6 @@ #define __ASM_X86_HVM_VLAPIC_H__ #include -#include -#include #include #define vcpu_vlapic(x) (&(x)->arch.hvm.vlapic)