]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
include/command.h: Drop <env.h>
authorTom Rini <trini@konsulko.com>
Wed, 14 May 2025 19:38:54 +0000 (13:38 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 14 May 2025 19:38:54 +0000 (13:38 -0600)
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>
include/command.h

index 4158ca11b0efdf962a45ce394a0be959fb4a01cc..5d225cd197f70ec580b947a1efa6f38a0c614b36 100644 (file)
@@ -10,7 +10,6 @@
 #ifndef __COMMAND_H
 #define __COMMAND_H
 
-#include <env.h>
 #include <linker_lists.h>
 
 #include <linux/compiler_attributes.h>