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 --- board/bosch/guardian/board.c | 1 - board/bosch/shc/board.c | 1 - 2 files changed, 2 deletions(-) (limited to 'board/bosch') diff --git a/board/bosch/guardian/board.c b/board/bosch/guardian/board.c index 86ab180f5c..bc3c6d229c 100644 --- a/board/bosch/guardian/board.c +++ b/board/bosch/guardian/board.c @@ -12,7 +12,6 @@ #include #include #include -#include #include #include #include diff --git a/board/bosch/shc/board.c b/board/bosch/shc/board.c index 29be3739f9..358118f757 100644 --- a/board/bosch/shc/board.c +++ b/board/bosch/shc/board.c @@ -33,7 +33,6 @@ #include #include #include -#include #include "mmc.h" #include "board.h" -- cgit v1.2.3