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 --- common/image.c | 1 - common/spl/spl_dfu.c | 1 - 2 files changed, 2 deletions(-) (limited to 'common') diff --git a/common/image.c b/common/image.c index 4a578f3ef08..84e859a30f4 100644 --- a/common/image.c +++ b/common/image.c @@ -17,7 +17,6 @@ #include -#include #include #include #include diff --git a/common/spl/spl_dfu.c b/common/spl/spl_dfu.c index 3f54ae02601..5728d43ad3f 100644 --- a/common/spl/spl_dfu.c +++ b/common/spl/spl_dfu.c @@ -15,7 +15,6 @@ #include #include #include -#include static int run_dfu(int usb_index, char *interface, char *devstring) { -- cgit v1.2.3