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_common.c | 1 - 1 file changed, 1 deletion(-) (limited to 'net/eth_common.c') diff --git a/net/eth_common.c b/net/eth_common.c index dcc59186d8..ed26b1b693 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" -- cgit v1.2.3