1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 00:32:04 +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

@@ -81,7 +81,6 @@
*/
#include <common.h>
#include <bootstage.h>
#include <command.h>
#include <console.h>