diff options
author | Tom Rini <trini@konsulko.com> | 2025-05-14 13:38:54 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-05-14 13:38:54 -0600 |
commit | 5b82721337e271609419dce490884392085d8d1f (patch) | |
tree | 70bf38d38a8567c1d6e79927b5c1f4fc2a2e6461 | |
parent | 7894816a98f7d1484fd2be36fc8020250512a6da (diff) |
include/command.h: Drop <env.h>
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@konsulko.com>
-rw-r--r-- | include/command.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/command.h b/include/command.h index 4158ca11b0e..5d225cd197f 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> |