From 5daa1c18b6a6877b0619a8dbaad0afd783f79e4f Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 21 Jan 2010 04:03:20 -0500 Subject: 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 --- include/image.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/image.h') diff --git a/include/image.h b/include/image.h index 4ed0379..acc553c 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 -- cgit v1.1