From: Tom Rini Date: Wed, 14 May 2025 19:38:54 +0000 (-0600) Subject: include/command.h: Drop X-Git-Tag: v2025.10-rc1~118^2~64^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5b82721337e271609419dce490884392085d8d1f;p=thirdparty%2Fu-boot.git include/command.h: Drop Now that all of the cases of code that relied on to provide (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 --- 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 #include #include