From ee1ebbd18e2a1e3b8a5b9ac9fba155177e2af4a1 Mon Sep 17 00:00:00 2001 From: Isla Mitchell Date: Fri, 14 Jul 2017 10:46:32 +0100 Subject: Fix order of remaining platform #includes This fix modifies the order of system includes to meet the ARM TF coding standard. There are some exceptions to this change in order to retain header groupings and where there are headers within #if statements. Change-Id: Ib5b668c992d817cc860e97b29e16ef106d17e404 Signed-off-by: Isla Mitchell --- plat/qemu/qemu_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plat/qemu/qemu_common.c') diff --git a/plat/qemu/qemu_common.c b/plat/qemu/qemu_common.c index 39df1f13..daa9fc14 100644 --- a/plat/qemu/qemu_common.c +++ b/plat/qemu/qemu_common.c @@ -7,8 +7,8 @@ #include #include #include -#include "qemu_private.h" #include +#include "qemu_private.h" #define MAP_DEVICE0 MAP_REGION_FLAT(DEVICE0_BASE, \ DEVICE0_SIZE, \ -- cgit v1.2.3