Commit aa69db1f7ab6876f4fe160c079d15845434681f1

Authored by Simon Glass
Committed by Tom Rini
1 parent e3c83c0a1f

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>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

... ... @@ -11,7 +11,6 @@
11 11 #ifndef __COMMAND_H
12 12 #define __COMMAND_H
13 13  
14   -#include <config.h>
15 14 #include <linker_lists.h>
16 15  
17 16 #ifndef NULL