From aa69db1f7ab6876f4fe160c079d15845434681f1 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 12 Jun 2014 07:24:50 -0600 Subject: Avoid including config.h in command.h This is not necessary and prevents using this header when building tools. Signed-off-by: Simon Glass --- include/command.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/command.h') diff --git a/include/command.h b/include/command.h index d3f700fc3c..6f06db1cc3 100644 --- a/include/command.h +++ b/include/command.h @@ -11,7 +11,6 @@ #ifndef __COMMAND_H #define __COMMAND_H -#include #include #ifndef NULL -- cgit v1.2.3