From eb293c3e9cdd84f5ae1ab052af76d523cbbabcbe Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Tue, 19 Oct 2004 18:39:25 -0700 Subject: [PATCH] #include -> #include There's no reason to directly #include since it's available on all architectures and also included by #include . This patch changes #include to #include . Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- lib/bitmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/bitmap.c') diff --git a/lib/bitmap.c b/lib/bitmap.c index 8ffd202dcdd6..f7414e7fd046 100644 --- a/lib/bitmap.c +++ b/lib/bitmap.c @@ -9,7 +9,7 @@ #include #include #include -#include +#include #include /* -- cgit v1.2.3