From fdeff3fdae641ecefb0d8cad2f2d52baef7037af Mon Sep 17 00:00:00 2001 From: Jeff Brasen Date: Mon, 13 Sep 2021 23:18:48 +0000 Subject: EmbeddedPkg: Remove duplicate libfdt.h include Remove duplicate libfdt.h include statement in AndroidBootImgLib Signed-off-by: Jeff Brasen Reviewed-by: Leif Lindholm --- EmbeddedPkg/Library/AndroidBootImgLib/AndroidBootImgLib.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/EmbeddedPkg/Library/AndroidBootImgLib/AndroidBootImgLib.c b/EmbeddedPkg/Library/AndroidBootImgLib/AndroidBootImgLib.c index bbc240c363..33425060b1 100644 --- a/EmbeddedPkg/Library/AndroidBootImgLib/AndroidBootImgLib.c +++ b/EmbeddedPkg/Library/AndroidBootImgLib/AndroidBootImgLib.c @@ -16,8 +16,6 @@ #include #include -#include - #define FDT_ADDITIONAL_ENTRIES_SIZE 0x400 typedef struct { -- cgit v1.2.3