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>
* 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"