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 <joe.hershberger@ni.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass 2019-08-01 09:47:12 -06:00 committed by Tom Rini
parent f030b7b260
commit e7dcf5645f
116 changed files with 1 additions and 116 deletions

View file

@ -8,7 +8,6 @@
#include <common.h>
#include <command.h>
#include <env.h>
#include <environment.h>
#include <net.h>
#include <phy.h>
#include <linux/errno.h>