From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yangtao Li Subject: [PATCH] fsnotify: remove some duplicated includes Date: Mon, 26 Nov 2018 09:54:34 -0500 Message-ID: <20181126145434.31705-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_fsnotify.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/kernel/audit_fsnotify.c b/kernel/audit_fsnotify.c index fba78047fb37..5b54386a9edf 100644 --- a/kernel/audit_fsnotify.c +++ b/kernel/audit_fsnotify.c @@ -16,10 +16,8 @@ */ #include -#include #include #include -#include #include #include #include -- 2.17.0