net: sched: remove duplicated include from cls_api.c

Remove duplicated include.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
YueHaibing 2019-02-13 01:42:00 +00:00 коммит произвёл David S. Miller
Родитель 9f9dc493f7
Коммит fb14b09635
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -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];