[PATCH 5/5] include/command.h: Drop <env.h>

Tom Rini trini at konsulko.com
Thu May 15 00:46:04 CEST 2025


Now that all of the cases of code that relied on <command.h> to provide
<env.h> (or one of the headers that it includes, and so forth) have been
fixed, we can drop the include from here.

Signed-off-by: Tom Rini <trini at konsulko.com>
---
 include/command.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/command.h b/include/command.h
index 4158ca11b0ef..5d225cd197f7 100644
--- a/include/command.h
+++ b/include/command.h
@@ -10,7 +10,6 @@
 #ifndef __COMMAND_H
 #define __COMMAND_H
 
-#include <env.h>
 #include <linker_lists.h>
 
 #include <linux/compiler_attributes.h>
-- 
2.43.0



More information about the U-Boot mailing list