1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-22 10:31:56 +02:00

net: Remove <common.h> and add needed includes

Remove <common.h> from all "net/" files and when needed add
missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini
2024-04-27 08:11:04 -06:00
parent 0f92fa4560
commit 26d4114da2
26 changed files with 3 additions and 26 deletions

View File

@@ -5,7 +5,6 @@
* Joe Hershberger, National Instruments
*/
#include <common.h>
#include <bootstage.h>
#include <dm.h>
#include <env.h>