From: Julien Grall Date: Mon, 2 Oct 2017 15:39:59 +0000 (+0100) Subject: xen/x86: p2m-pod: Clean-up includes X-Git-Tag: archive/raspbian/4.11.1-1+rpi1~1^2~66^2~1281 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0448e7739ce252f13d3cfa9c7b5db849d5f17581;p=xen.git 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 --- 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"