These header includes have been flagged by the iwyu_tool
and removed.
Signed-off-by: Sean Morrissey <sean.morrissey@intel.com>
---
lib/flow_classify/rte_flow_classify.c | 3 ---
lib/flow_classify/rte_flow_classify.h | 4 ----
lib/flow_classify/rte_flow_classify_parse.c | 1 -
lib/flow_classify/rte_flow_classify_parse.h | 1 -
4 files changed, 9 deletions(-)
@@ -3,12 +3,9 @@
*/
#include <rte_string_fns.h>
-#include <rte_compat.h>
#include <rte_flow_classify.h>
#include "rte_flow_classify_parse.h"
-#include <rte_flow_driver.h>
#include <rte_table_acl.h>
-#include <stdbool.h>
static uint32_t unique_id = 1;
@@ -45,11 +45,7 @@
#include <rte_compat.h>
#include <rte_common.h>
-#include <rte_ethdev.h>
-#include <rte_ether.h>
#include <rte_flow.h>
-#include <rte_acl.h>
-#include <rte_table_acl.h>
#ifdef __cplusplus
extern "C" {
@@ -4,7 +4,6 @@
#include <rte_flow_classify.h>
#include "rte_flow_classify_parse.h"
-#include <rte_flow_driver.h>
struct classify_valid_pattern {
enum rte_flow_item_type *items;
@@ -6,7 +6,6 @@
#define _RTE_FLOW_CLASSIFY_PARSE_H_
#include <rte_ethdev.h>
-#include <rte_ether.h>
#include <rte_flow.h>
#include <stdbool.h>