]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
Avoid including config.h in command.h
authorSimon Glass <sjg@chromium.org>
Thu, 12 Jun 2014 13:24:50 +0000 (07:24 -0600)
committerTom Rini <trini@ti.com>
Thu, 19 Jun 2014 15:19:01 +0000 (11:19 -0400)
This is not necessary and prevents using this header when building tools.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/command.h

index d3f700fc3c83f2f5da74f9d50ccfd6350f2512b1..6f06db1cc302ee219bd5c3ad75dd04723ec8895e 100644 (file)
@@ -11,7 +11,6 @@
 #ifndef __COMMAND_H
 #define __COMMAND_H
 
-#include <config.h>
 #include <linker_lists.h>
 
 #ifndef NULL