Commit fb14b096 authored by YueHaibing's avatar YueHaibing Committed by David S. Miller
Browse files

net: sched: remove duplicated include from cls_api.c



Remove duplicated include.

Signed-off-by: default avatarYueHaibing <yuehaibing@huawei.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 9f9dc493
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -38,7 +38,6 @@
#include <net/tc_act/tc_csum.h>
#include <net/tc_act/tc_gact.h>
#include <net/tc_act/tc_skbedit.h>
#include <net/tc_act/tc_mirred.h>

extern const struct nla_policy rtm_tca_policy[TCA_MAX + 1];