diff options
author | Tom Rini <trini@konsulko.com> | 2024-04-27 08:11:04 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-06 15:05:04 -0600 |
commit | 26d4114da22272937c899d67b51498559ba312d2 (patch) | |
tree | a2d705e4db1e6d18eb7e31cdbebd24f8dbb7e554 /net/ping6.c | |
parent | 0f92fa4560335f04858bfc9881e0bc6bbb756b3f (diff) | |
download | u-boot-26d4114da22272937c899d67b51498559ba312d2.zip u-boot-26d4114da22272937c899d67b51498559ba312d2.tar.gz u-boot-26d4114da22272937c899d67b51498559ba312d2.tar.bz2 |
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>
Diffstat (limited to 'net/ping6.c')
-rw-r--r-- | net/ping6.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ping6.c b/net/ping6.c index 4882a17..2479e08 100644 --- a/net/ping6.c +++ b/net/ping6.c @@ -9,7 +9,6 @@ /* Simple ping6 implementation */ -#include <common.h> #include <net.h> #include <net6.h> #include "ndisc.h" |