From 0448e7739ce252f13d3cfa9c7b5db849d5f17581 Mon Sep 17 00:00:00 2001 From: Julien Grall Date: Mon, 2 Oct 2017 16:39:59 +0100 Subject: [PATCH] xen/x86: p2m-pod: Clean-up includes A lot of the headers are not necessary. At the same time, order them in the alphabetical order. Signed-off-by: Julien Grall Acked-by: Andrew Cooper Reviewed-by: Wei Liu Acked-by: George Dunlap --- xen/arch/x86/mm/p2m-pod.c | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/xen/arch/x86/mm/p2m-pod.c b/xen/arch/x86/mm/p2m-pod.c index 4085b7f752..fec87e5224 100644 --- a/xen/arch/x86/mm/p2m-pod.c +++ b/xen/arch/x86/mm/p2m-pod.c @@ -19,18 +19,13 @@ * along with this program; If not, see . */ -#include -#include #include -#include -#include +#include +#include +#include #include #include #include -#include /* ept_p2m_init() */ -#include -#include -#include #include "mm-locks.h" -- 2.39.5