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>
This commit is contained in:
Tom Rini
2025-05-14 16:46:04 -06:00
parent dcb7d927d1
commit 1e50f7457f

View File

@@ -10,7 +10,6 @@
#ifndef __COMMAND_H
#define __COMMAND_H
#include <env.h>
#include <linker_lists.h>
#include <linux/compiler_attributes.h>