From 4abbed7e42b88a9e0dbda2dc36273e74a9374dde Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 14 Dec 2023 13:16:56 -0500 Subject: 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 --- lib/display_options.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/display_options.c') diff --git a/lib/display_options.c b/lib/display_options.c index 80def5201f9..d6b93553dcb 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) -- cgit v1.2.3