From: Pali Rohár Date: Mon, 2 Aug 2021 13:18:28 +0000 (+0200) Subject: Remove #include from files which do not need it X-Git-Tag: v2022.01-rc1~40^2~17^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0072f5fce3c981de626ae2b334bbdf7ecf362586;p=pandora-u-boot.git Remove #include from files which do not need it Signed-off-by: Pali Rohár Reviewed-by: Tom Rini --- diff --git a/arch/m68k/cpu/mcf5445x/start.S b/arch/m68k/cpu/mcf5445x/start.S index 7007d78c83f..40c49743657 100644 --- a/arch/m68k/cpu/mcf5445x/start.S +++ b/arch/m68k/cpu/mcf5445x/start.S @@ -10,7 +10,6 @@ #include #include #include -#include #include "version.h" #include diff --git a/net/cdp.c b/net/cdp.c index fac02046819..a8f890e7522 100644 --- a/net/cdp.c +++ b/net/cdp.c @@ -11,9 +11,6 @@ #include #include -#if defined(CONFIG_CDP_VERSION) -#include -#endif #include "cdp.h"