From bdecaebd5d5e266301b4bc4064b5fbc0922874d2 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 8 Mar 2018 21:53:27 +0100 Subject: efi: Correct header order in efi_memory The headers are not in the correct order. Fix this. Also drop libfdt_env.h since it is not needed. Signed-off-by: Simon Glass Rebased Reviewed-by: Heinrich Schuchardt Signed-off-by: Alexander Graf --- lib/efi_loader/efi_memory.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/efi_loader/efi_memory.c b/lib/efi_loader/efi_memory.c index 1e413d01cb..95f9ff0a14 100644 --- a/lib/efi_loader/efi_memory.c +++ b/lib/efi_loader/efi_memory.c @@ -8,12 +8,11 @@ #include #include +#include #include +#include #include -#include #include -#include -#include DECLARE_GLOBAL_DATA_PTR; -- cgit v1.2.3