From: Corneliu ZUZU Date: Thu, 7 Jul 2016 12:29:50 +0000 (+0200) Subject: monitor: minor #include change X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~825 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=16b69afbba6b8692c96ec5a6864c35fa2fac1d36;p=xen.git monitor: minor #include change Move xen/paging.h #include from hvm/monitor.h to hvm/monitor.c (include strictly where needed) and also change to asm/paging.h (include strictly what's needed). Signed-off-by: Corneliu ZUZU Acked-by: Tamas K Lengyel Acked-by: Razvan Cojocaru --- diff --git a/xen/arch/x86/hvm/monitor.c b/xen/arch/x86/hvm/monitor.c index fb493bbcaf..8488e213da 100644 --- a/xen/arch/x86/hvm/monitor.c +++ b/xen/arch/x86/hvm/monitor.c @@ -26,6 +26,7 @@ #include #include #include +#include #include #include diff --git a/xen/include/asm-x86/hvm/monitor.h b/xen/include/asm-x86/hvm/monitor.h index 8b0f1192aa..8e1426fb47 100644 --- a/xen/include/asm-x86/hvm/monitor.h +++ b/xen/include/asm-x86/hvm/monitor.h @@ -20,7 +20,6 @@ #define __ASM_X86_HVM_MONITOR_H__ #include -#include #include enum hvm_monitor_debug_type