summaryrefslogtreecommitdiff
path: root/include/command.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-06-12 07:24:50 -0600
committerTom Rini <trini@ti.com>2014-06-19 11:19:01 -0400
commitaa69db1f7ab6876f4fe160c079d15845434681f1 (patch)
treed426a22a506b571dd9e20fffc9c7e822bf6c8268 /include/command.h
parente3c83c0a1fce2be671d5d3297d90e9d0890f7b52 (diff)
Avoid including config.h in command.h
This is not necessary and prevents using this header when building tools. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/command.h')
-rw-r--r--include/command.h1
1 files changed, 0 insertions, 1 deletions
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 <config.h>
#include <linker_lists.h>
#ifndef NULL