From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from szxga07-in.huawei.com ([45.249.212.35]:55387 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728161AbeIGGdz (ORCPT ); Fri, 7 Sep 2018 02:33:55 -0400 From: YueHaibing To: Alexander Viro CC: YueHaibing , , Subject: [PATCH -next] vfs: syscall: Remove duplicated include from namespace.c Date: Fri, 7 Sep 2018 02:05:37 +0000 Message-ID: <1536285937-150932-1-git-send-email-yuehaibing@huawei.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Remove duplicated include. Signed-off-by: YueHaibing --- fs/namespace.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/namespace.c b/fs/namespace.c index 6c95796..e28db6e 100644 --- a/fs/namespace.c +++ b/fs/namespace.c @@ -26,7 +26,6 @@ #include #include #include -#include #include #include #include