diff --git a/include/net/flow_offload.h b/include/net/flow_offload.h index 6315324b9dc2c4d7cd4c979fe08208a547811ca6..3eaf25f68b7957072209692487d818747331a176 100644 --- a/include/net/flow_offload.h +++ b/include/net/flow_offload.h @@ -5,7 +5,6 @@ #include #include #include -#include struct flow_match { struct flow_dissector *dissector; diff --git a/net/core/flow_offload.c b/net/core/flow_offload.c index b739cfab796e49aec8f3d9d21fce96cc0d58620b..2076219b8ba582ad9533075b10be830d5ff1758e 100644 --- a/net/core/flow_offload.c +++ b/net/core/flow_offload.c @@ -4,6 +4,7 @@ #include #include #include +#include struct flow_rule *flow_rule_alloc(unsigned int num_actions) { diff --git a/net/sched/cls_api.c b/net/sched/cls_api.c index e62beec0d844055d955d848ac604fa19ab50fe3d..4619cb3cb0a8f51f04e008bb1cbdd25934bc0c06 100644 --- a/net/sched/cls_api.c +++ b/net/sched/cls_api.c @@ -20,7 +20,6 @@ #include #include #include -#include #include #include #include