mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
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>
This commit is contained in:
parent
e3c83c0a1f
commit
aa69db1f7a
1 changed files with 0 additions and 1 deletions
|
|
@ -11,7 +11,6 @@
|
|||
#ifndef __COMMAND_H
|
||||
#define __COMMAND_H
|
||||
|
||||
#include <config.h>
|
||||
#include <linker_lists.h>
|
||||
|
||||
#ifndef NULL
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue