From e7dcf5645f09504573f534b0fc9abbbc6ff8a5ad Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 1 Aug 2019 09:47:12 -0600 Subject: env: Drop environment.h header file where not needed This header file is now only used by files that access internal environment features. Drop it from various places where it is not needed. Acked-by: Joe Hershberger Signed-off-by: Simon Glass --- net/eth-uclass.c | 1 - net/eth_common.c | 1 - net/eth_legacy.c | 1 - net/wol.c | 1 - 4 files changed, 4 deletions(-) (limited to 'net') diff --git a/net/eth-uclass.c b/net/eth-uclass.c index 4e4f4724312..1d5d2f03b7d 100644 --- a/net/eth-uclass.c +++ b/net/eth-uclass.c @@ -8,7 +8,6 @@ #include #include #include -#include #include #include #include diff --git a/net/eth_common.c b/net/eth_common.c index dcc59186d89..ed26b1b6935 100644 --- a/net/eth_common.c +++ b/net/eth_common.c @@ -8,7 +8,6 @@ #include #include #include -#include #include #include #include "eth_internal.h" diff --git a/net/eth_legacy.c b/net/eth_legacy.c index 0f558b23ce1..850f362d873 100644 --- a/net/eth_legacy.c +++ b/net/eth_legacy.c @@ -8,7 +8,6 @@ #include #include #include -#include #include #include #include diff --git a/net/wol.c b/net/wol.c index 51543343e40..0a625668a99 100644 --- a/net/wol.c +++ b/net/wol.c @@ -7,7 +7,6 @@ #include #include #include -#include #include "wol.h" static ulong wol_timeout = WOL_DEFAULT_TIMEOUT; -- cgit v1.2.3