From: Julien Grall Date: Sat, 4 Apr 2020 11:06:04 +0000 (+0100) Subject: xen/arm: decode: Re-order the includes X-Git-Tag: archive/raspbian/4.16.0+51-g0941d6cb-1+rpi1~2^2~42^2~1768 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9c7ff81802263ecb964c471fbbbbfe753873b983;p=xen.git xen/arm: decode: Re-order the includes We usually have xen/ includes first and then asm/. They are also ordered alphabetically among themselves. Signed-off-by: Julien Grall Acked-by: Stefano Stabellini --- diff --git a/xen/arch/arm/decode.c b/xen/arch/arm/decode.c index 8b1e15d118..144793c8ce 100644 --- a/xen/arch/arm/decode.c +++ b/xen/arch/arm/decode.c @@ -17,11 +17,12 @@ * GNU General Public License for more details. */ -#include +#include #include +#include + #include #include -#include #include "decode.h"