From 2f661954e8512f08e58db3c285b5515fee414c95 Mon Sep 17 00:00:00 2001 From: Jan Beulich Date: Tue, 17 Mar 2020 16:15:49 +0100 Subject: [PATCH] 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 --- xen/include/asm-x86/hvm/vlapic.h | 2 -- 1 file changed, 2 deletions(-) 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) -- 2.30.2