summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-05-15 17:31:51 -0600
committerTom Rini <[email protected]>2025-05-29 08:30:25 -0600
commitfe33175c073fe21945b39a4a8c27806cf0154bf3 (patch)
treed434ecca58dab97846203f0165526b399b12619e /include
parentae9ff5ae6f579f321a1b695c82453b67ec1bf6db (diff)
include/net.h: Drop <env.h>
Now that all of the cases of code that relied on <net.h> to provide <env.h> (or one of the headers that it includes, and so forth) have been fixed, we can drop the include from here. Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/net-common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net-common.h b/include/net-common.h
index 2ca565fe4ed..9e82b280df2 100644
--- a/include/net-common.h
+++ b/include/net-common.h
@@ -5,7 +5,6 @@
#include <asm/cache.h>
#include <command.h>
-#include <env.h>
#include <hexdump.h>
#include <linux/if_ether.h>
#include <linux/sizes.h>