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 <czuzu@bitdefender.com>
Acked-by: Tamas K Lengyel <tamas@tklengyel.com>
Acked-by: Razvan Cojocaru <rcojocaru@bitdefender.com>
#include <xen/monitor.h>
#include <asm/hvm/monitor.h>
#include <asm/monitor.h>
+#include <asm/paging.h>
#include <asm/vm_event.h>
#include <public/vm_event.h>
#define __ASM_X86_HVM_MONITOR_H__
#include <xen/sched.h>
-#include <xen/paging.h>
#include <public/vm_event.h>
enum hvm_monitor_debug_type