Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932437Ab3DDBRY (ORCPT ); Wed, 3 Apr 2013 21:17:24 -0400 Received: from mail-bk0-f50.google.com ([209.85.214.50]:41605 "EHLO mail-bk0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1762721Ab3DDBRW (ORCPT ); Wed, 3 Apr 2013 21:17:22 -0400 MIME-Version: 1.0 Date: Thu, 4 Apr 2013 09:17:20 +0800 Message-ID: Subject: [PATCH -next] audit: remove duplicated include from audit.c From: Wei Yongjun To: viro@zeniv.linux.org.uk, eparis@redhat.com Cc: yongjun_wei@trendmicro.com.cn, linux-kernel@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 750 Lines: 27 From: Wei Yongjun Remove duplicated include. Signed-off-by: Wei Yongjun --- kernel/audit.c | 1 - 1 file changed, 1 deletion(-) diff --git a/kernel/audit.c b/kernel/audit.c index 488f85f..9377913 100644 --- a/kernel/audit.c +++ b/kernel/audit.c @@ -58,7 +58,6 @@ #ifdef CONFIG_SECURITY #include #endif -#include #include #include #include -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/