From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yangtao Li Subject: [PATCH] kernel/audit: remove some duplicated includes Date: Mon, 26 Nov 2018 09:58:30 -0500 Message-ID: <20181126145830.31882-1-tiny.windzz@gmail.com> Return-path: Sender: linux-kernel-owner@vger.kernel.org To: paul@paul-moore.com, eparis@redhat.com Cc: linux-audit@redhat.com, linux-kernel@vger.kernel.org, Yangtao Li List-Id: linux-audit@redhat.com audit.h and fs.h are included twice.It's unnecessary. hence just remove them. Signed-off-by: Yangtao Li --- kernel/audit_watch.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/kernel/audit_watch.c b/kernel/audit_watch.c index 787c7afdf829..8c8b1a87fd2b 100644 --- a/kernel/audit_watch.c +++ b/kernel/audit_watch.c @@ -21,10 +21,8 @@ #include #include -#include #include #include -#include #include #include #include -- 2.17.0