From cb3ce954013ce383e64b73b65df1eb4ef8833570 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 14 Dec 2023 13:16:47 -0500 Subject: global: Drop common.h inclusion In order to make it easier to move on to dropping common.h from code directly, remove common.h inclusion from the rest of the header file which had been including it. Reviewed-by: Simon Glass Signed-off-by: Tom Rini --- net/ping.h | 1 - 1 file changed, 1 deletion(-) (limited to 'net/ping.h') diff --git a/net/ping.h b/net/ping.h index 7b6f4e566db..76ac225fc07 100644 --- a/net/ping.h +++ b/net/ping.h @@ -12,7 +12,6 @@ #ifndef __PING_H__ #define __PING_H__ -#include #include /* -- cgit v1.2.3