From: Tom Rini Date: Thu, 14 Dec 2023 18:16:56 +0000 (-0500) Subject: display_options: Clean up headers X-Git-Url: http://git.dujemihanovic.xyz/img/static/gitweb.css?a=commitdiff_plain;h=4abbed7e42b88a9e0dbda2dc36273e74a9374dde;p=u-boot.git display_options: Clean up headers In include/display_options.h we cannot include ourself, but do need directly. Then in lib/display_options.c we further clean the list to remove common.h. Reviewed-by: Simon Glass Signed-off-by: Tom Rini --- diff --git a/lib/display_options.c b/lib/display_options.c index 80def5201f..d6b93553dc 100644 --- a/lib/display_options.c +++ b/lib/display_options.c @@ -4,14 +4,15 @@ * Wolfgang Denk, DENX Software Engineering, wd@denx.de. */ -#include #include #include #include #include #include #include +#include #include +#include char *display_options_get_banner_priv(bool newlines, const char *build_tag, char *buf, int size)