mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
lib: Remove <common.h> inclusion from these files
After some header file cleanups to add missing include files, remove common.h from all files in the lib directory. This primarily means just dropping the line but in a few cases we need to add in other header files now. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
1e8ce11a0b
commit
467382ca03
97 changed files with 36 additions and 103 deletions
|
@ -4,7 +4,6 @@
|
|||
* Lei Wen <leiwen@marvell.com>, Marvell Inc.
|
||||
*/
|
||||
|
||||
#include <common.h>
|
||||
#include <watchdog.h>
|
||||
#include <command.h>
|
||||
#include <gzip.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue