From 4e4bf9449b4f436419490a4a8cf4de17433cac15 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 31 Jul 2022 12:28:48 -0600 Subject: common: Drop display_options.h from common header Move this out of the common header and include it only where needed. Signed-off-by: Simon Glass --- boot/image-board.c | 1 + boot/image.c | 1 + 2 files changed, 2 insertions(+) (limited to 'boot') diff --git a/boot/image-board.c b/boot/image-board.c index b846bff2491..4e4d1c157d7 100644 --- a/boot/image-board.c +++ b/boot/image-board.c @@ -11,6 +11,7 @@ #include #include #include +#include #include #include #include diff --git a/boot/image.c b/boot/image.c index 5dcb55ba46a..a0d0cc2403d 100644 --- a/boot/image.c +++ b/boot/image.c @@ -9,6 +9,7 @@ #ifndef USE_HOSTCC #include #include +#include #include #include #include -- cgit v1.2.3