From 31466294b0c4ff372288229b0997de51f8ecaf3f Mon Sep 17 00:00:00 2001 From: Wolfgang Denk Date: Sun, 25 Sep 2005 17:02:27 +0200 Subject: Remove unneeded #include Patch by Ladislav Michl, 22 Feb 2005 --- common/env_dataflash.c | 1 - common/env_eeprom.c | 1 - common/env_nand.c | 1 - common/env_nowhere.c | 1 - common/env_nvram.c | 1 - common/main.c | 1 - 6 files changed, 6 deletions(-) (limited to 'common') diff --git a/common/env_dataflash.c b/common/env_dataflash.c index 8bfbbc943e..8834da032b 100644 --- a/common/env_dataflash.c +++ b/common/env_dataflash.c @@ -24,7 +24,6 @@ #include #include #include -#include #include env_t *env_ptr = NULL; diff --git a/common/env_eeprom.c b/common/env_eeprom.c index 300af6fcfe..50c623e37e 100644 --- a/common/env_eeprom.c +++ b/common/env_eeprom.c @@ -31,7 +31,6 @@ #include #include #include -#include env_t *env_ptr = NULL; diff --git a/common/env_nand.c b/common/env_nand.c index 516aed7326..60aba1e7e6 100644 --- a/common/env_nand.c +++ b/common/env_nand.c @@ -36,7 +36,6 @@ #include #include #include -#include #include #if ((CONFIG_COMMANDS&(CFG_CMD_ENV|CFG_CMD_NAND)) == (CFG_CMD_ENV|CFG_CMD_NAND)) diff --git a/common/env_nowhere.c b/common/env_nowhere.c index b274c03557..ee4237c7e9 100644 --- a/common/env_nowhere.c +++ b/common/env_nowhere.c @@ -31,7 +31,6 @@ #include #include #include -#include env_t *env_ptr = NULL; diff --git a/common/env_nvram.c b/common/env_nvram.c index 2c831d14d7..a406e427a2 100644 --- a/common/env_nvram.c +++ b/common/env_nvram.c @@ -47,7 +47,6 @@ #include #include #include -#include #ifdef CFG_NVRAM_ACCESS_ROUTINE extern void *nvram_read(void *dest, const long src, size_t count); diff --git a/common/main.c b/common/main.c index 9f649dbcd3..29226244a1 100644 --- a/common/main.c +++ b/common/main.c @@ -26,7 +26,6 @@ #include #include #include -#include #ifdef CFG_HUSH_PARSER #include -- cgit v1.2.3