From 0072f5fce3c981de626ae2b334bbdf7ecf362586 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pali=20Roh=C3=A1r?= Date: Mon, 2 Aug 2021 15:18:28 +0200 Subject: [PATCH] Remove #include from files which do not need it MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Pali Rohár Reviewed-by: Tom Rini --- arch/m68k/cpu/mcf5445x/start.S | 1 - net/cdp.c | 3 --- 2 files changed, 4 deletions(-) diff --git a/arch/m68k/cpu/mcf5445x/start.S b/arch/m68k/cpu/mcf5445x/start.S index 7007d78..40c4974 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 fac0204..a8f890e 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" -- 2.7.4