[patch 08/28] Clean up duplicate includes in net/sunrpc/
From: akpm@linux-foundation.org
Date: 2007-08-10 21:12:18
From: Jesper Juhl <redacted> This patch cleans up duplicate includes in net/sunrpc/ Signed-off-by: Jesper Juhl <redacted> Cc: Trond Myklebust <redacted> Cc: Neil Brown <redacted> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> --- net/sunrpc/auth_gss/svcauth_gss.c | 1 - 1 files changed, 1 deletion(-) diff -puN net/sunrpc/auth_gss/svcauth_gss.c~clean-up-duplicate-includes-in-net-sunrpc net/sunrpc/auth_gss/svcauth_gss.c
--- a/net/sunrpc/auth_gss/svcauth_gss.c~clean-up-duplicate-includes-in-net-sunrpc
+++ a/net/sunrpc/auth_gss/svcauth_gss.c@@ -42,7 +42,6 @@ #include <linux/pagemap.h> #include <linux/sunrpc/auth_gss.h> -#include <linux/sunrpc/svcauth.h> #include <linux/sunrpc/gss_err.h> #include <linux/sunrpc/svcauth.h> #include <linux/sunrpc/svcauth_gss.h>
_