summaryrefslogtreecommitdiff
path: root/include/command.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2025-05-14 16:46:04 -0600
committerTom Rini <trini@konsulko.com>2025-05-29 08:29:16 -0600
commit1e50f7457fcaaba2caf642132cf4f00f1eba29a9 (patch)
tree460b66d5e5165bd0671ecd2dfb13d531106c267a /include/command.h
parentdcb7d927d181b5798c6fd4a1b1650cd821e3b6ed (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>
Diffstat (limited to 'include/command.h')
-rw-r--r--include/command.h1
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>