From: Olaf Hering Date: Sat, 29 Oct 2005 00:46:35 +0000 (-0700) Subject: [PATCH] ppc64 boot: remove include from lib/zlib_inflate/inflate.c X-Git-Tag: v2.6.15-rc1~59^2~43 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=27ac801a2e513708e2da648722326349514976d5;p=platform%2Fkernel%2Flinux-3.10.git [PATCH] ppc64 boot: remove include from lib/zlib_inflate/inflate.c There is no need to include module.h in inflate.c Signed-off-by: Olaf Hering Cc: Benjamin Herrenschmidt Cc: Anton Blanchard Signed-off-by: Andrew Morton Signed-off-by: Paul Mackerras --- diff --git a/lib/zlib_inflate/inflate.c b/lib/zlib_inflate/inflate.c index 3d94cb9..31b9e90 100644 --- a/lib/zlib_inflate/inflate.c +++ b/lib/zlib_inflate/inflate.c @@ -3,7 +3,6 @@ * For conditions of distribution and use, see copyright notice in zlib.h */ -#include #include #include "infblock.h" #include "infutil.h"