From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yue Haibing Subject: [PATCH] sch_cake: Remove unused including Date: Tue, 21 Aug 2018 13:58:08 +0000 Message-ID: <1534859888-170263-1-git-send-email-yuehaibing@huawei.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Cc: Yue Haibing , , To: Jamal Hadi Salim , Cong Wang , Jiri Pirko , "David S. Miller" Return-path: Received: from szxga04-in.huawei.com ([45.249.212.190]:11158 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726876AbeHURLx (ORCPT ); Tue, 21 Aug 2018 13:11:53 -0400 Sender: netdev-owner@vger.kernel.org List-ID: Remove including that don't need it. Signed-off-by: Yue Haibing --- net/sched/sch_cake.c | 1 - 1 file changed, 1 deletion(-) diff --git a/net/sched/sch_cake.c b/net/sched/sch_cake.c index 35fc725..4d26b08 100644 --- a/net/sched/sch_cake.c +++ b/net/sched/sch_cake.c @@ -64,7 +64,6 @@ #include #include #include -#include #include #include #include