]> xenbits.xensource.com Git - people/jgross/xen.git/commitdiff
xen/arm: decode: Re-order the includes
authorJulien Grall <jgrall@amazon.com>
Sat, 4 Apr 2020 11:06:04 +0000 (12:06 +0100)
committerJulien Grall <jgrall@amazon.com>
Fri, 14 Aug 2020 18:56:33 +0000 (19:56 +0100)
We usually have xen/ includes first and then asm/. They are also ordered
alphabetically among themselves.

Signed-off-by: Julien Grall <jgrall@amazon.com>
Acked-by: Stefano Stabellini <sstabellini@kernel.org>
xen/arch/arm/decode.c

index 8b1e15d1189284639623841cf592740027f2a620..144793c8cea0938f00aaa7ace0571f6e93d97e96 100644 (file)
  * GNU General Public License for more details.
  */
 
-#include <xen/types.h>
+#include <xen/lib.h>
 #include <xen/sched.h>
+#include <xen/types.h>
+
 #include <asm/current.h>
 #include <asm/guest_access.h>
-#include <xen/lib.h>
 
 #include "decode.h"