Pārlūkot izejas kodu

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>
Simon Glass 11 gadi atpakaļ
vecāks
revīzija
aa69db1f7a
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      include/command.h

+ 0 - 1
include/command.h

@@ -11,7 +11,6 @@
 #ifndef __COMMAND_H
 #define __COMMAND_H
 
-#include <config.h>
 #include <linker_lists.h>
 
 #ifndef NULL