From: Jesper Juhl Date: Mon, 1 Aug 2011 20:50:19 +0000 (+0200) Subject: Remove unneeded version.h include from lib/ X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=c9bab38f70414918d414a1672d908f6447880075;p=linux-edison.git Remove unneeded version.h include from lib/ This patch removes an unneeded include of linux/version.h from lib/dynamic_debug.c - identified by 'make versioncheck'. This is the only file in lib/ with this issue. Signed-off-by: Jesper Juhl Signed-off-by: Jiri Kosina --- diff --git a/lib/dynamic_debug.c b/lib/dynamic_debug.c index 75ca78f3a8c..79fc20b65e7 100644 --- a/lib/dynamic_debug.c +++ b/lib/dynamic_debug.c @@ -14,7 +14,6 @@ #include #include #include -#include #include #include #include