From 301bac6047c85e2c5e39929805ca661bb09a7481 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Sat, 27 Apr 2024 08:10:59 -0600 Subject: cmd: Remove and add needed includes Remove from all "cmd/" files and when needed add missing include files directly. Signed-off-by: Tom Rini --- cmd/strings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/strings.c') diff --git a/cmd/strings.c b/cmd/strings.c index bf348afce81..5bcb0f2b567 100644 --- a/cmd/strings.c +++ b/cmd/strings.c @@ -7,8 +7,8 @@ */ #include -#include #include +#include static char *start_addr, *last_addr; -- cgit v1.2.3