From: Mike Frysinger Date: Thu, 21 Jan 2010 09:03:20 +0000 (-0500) Subject: image.h: avoid command.h for host tools X-Git-Tag: v2025.01-rc5-pxa1908~20523 X-Git-Url: http://git.dujemihanovic.xyz/%22/img/sics.gif/%22/static/git-favicon.png?a=commitdiff_plain;h=5daa1c18b6a6877b0619a8dbaad0afd783f79e4f;p=u-boot.git image.h: avoid command.h for host tools The u-boot command structures don't get used with host systems, so don't bother including it when building host code. This avoids an implicit need on config.h in the process. Signed-off-by: Mike Frysinger --- diff --git a/include/image.h b/include/image.h index 4ed0379106..acc553cae9 100644 --- a/include/image.h +++ b/include/image.h @@ -46,11 +46,10 @@ #include #include +#include #endif /* USE_HOSTCC */ -#include - #if defined(CONFIG_FIT) #include #include