diff options
Diffstat (limited to 'EmbeddedPkg/Library/AndroidBootImgLib/AndroidBootImgLib.c')
-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 {
|