env: Remove <common.h> and add needed includes
Remove <common.h> from all "env/" files and when needed add missing include files directly. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
2
env/remote.c
vendored
2
env/remote.c
vendored
@@ -5,10 +5,10 @@
|
||||
|
||||
/* #define DEBUG */
|
||||
|
||||
#include <common.h>
|
||||
#include <command.h>
|
||||
#include <env_internal.h>
|
||||
#include <asm/global_data.h>
|
||||
#include <linux/errno.h>
|
||||
#include <linux/stddef.h>
|
||||
#include <u-boot/crc.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user