diff options
author | Jeff Brasen <jbrasen@nvidia.com> | 2021-09-13 23:18:48 +0000 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-09-23 18:36:39 +0000 |
commit | fdeff3fdae641ecefb0d8cad2f2d52baef7037af (patch) | |
tree | d18ef99985b6ec551782a33ed922152da043e99b /EmbeddedPkg/Library | |
parent | 79019c7a42287e8591ec98487db0e849384a74e1 (diff) | |
download | edk2-fdeff3fdae641ecefb0d8cad2f2d52baef7037af.tar.gz |
EmbeddedPkg: Remove duplicate libfdt.h include
Remove duplicate libfdt.h include statement in AndroidBootImgLib
Signed-off-by: Jeff Brasen <jbrasen@nvidia.com>
Reviewed-by: Leif Lindholm <leif@nuviainc.com>
Diffstat (limited to 'EmbeddedPkg/Library')
-rw-r--r-- | EmbeddedPkg/Library/AndroidBootImgLib/AndroidBootImgLib.c | 2 |
1 files changed, 0 insertions, 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 <Protocol/AndroidBootImg.h>
#include <Protocol/LoadedImage.h>
-#include <libfdt.h>
-
#define FDT_ADDITIONAL_ENTRIES_SIZE 0x400
typedef struct {
|