commit | 0edd2ae44448639c50a3a3feb71f93d2be82f963 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jun 12 07:24:50 2014 -0600 |
committer | Tom Rini <trini@ti.com> | Thu Jun 19 11:19:01 2014 -0400 |
tree | d426a22a506b571dd9e20fffc9c7e822bf6c8268 | |
parent | cd65fb19aeb09ac18b6c566179713a4edfe1e048 [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>
diff --git a/include/command.h b/include/command.h index d3f700f..6f06db1 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