Skip to content
Snippets Groups Projects
Commit aa69db1f authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

Avoid including config.h in command.h


This is not necessary and prevents using this header when building tools.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent e3c83c0a
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
#ifndef __COMMAND_H #ifndef __COMMAND_H
#define __COMMAND_H #define __COMMAND_H
#include <config.h>
#include <linker_lists.h> #include <linker_lists.h>
#ifndef NULL #ifndef NULL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment