These header includes have been flagged by the iwyu_tool
and removed.
Signed-off-by: Sean Morrissey <sean.morrissey@intel.com>
---
lib/pipeline/rte_pipeline.c | 4 ----
lib/pipeline/rte_port_in_action.c | 2 --
lib/pipeline/rte_swx_ctl.h | 2 --
lib/pipeline/rte_swx_pipeline.c | 1 -
lib/pipeline/rte_swx_pipeline.h | 1 -
lib/pipeline/rte_swx_pipeline_spec.c | 1 -
lib/pipeline/rte_table_action.c | 2 --
7 files changed, 13 deletions(-)
@@ -6,10 +6,6 @@
#include <stdio.h>
#include <rte_common.h>
-#include <rte_memory.h>
-#include <rte_cycles.h>
-#include <rte_prefetch.h>
-#include <rte_branch_prediction.h>
#include <rte_mbuf.h>
#include <rte_malloc.h>
#include <rte_string_fns.h>
@@ -6,9 +6,7 @@
#include <string.h>
#include <rte_common.h>
-#include <rte_byteorder.h>
#include <rte_malloc.h>
-#include <rte_memcpy.h>
#include "rte_port_in_action.h"
@@ -13,7 +13,6 @@ extern "C" {
* RTE SWX Pipeline Control
*/
-#include <stddef.h>
#include <stdint.h>
#include <stdio.h>
@@ -22,7 +21,6 @@ extern "C" {
#include "rte_swx_port.h"
#include "rte_swx_table.h"
-#include "rte_swx_table_selector.h"
struct rte_swx_pipeline;
@@ -4,7 +4,6 @@
#include <stdlib.h>
#include <stdio.h>
#include <errno.h>
-#include <arpa/inet.h>
#include <dlfcn.h>
#include "rte_swx_pipeline_internal.h"
@@ -13,7 +13,6 @@ extern "C" {
* RTE SWX Pipeline
*/
-#include <stddef.h>
#include <stdint.h>
#include <stdio.h>
@@ -8,7 +8,6 @@
#include <errno.h>
#include "rte_swx_pipeline.h"
-#include "rte_swx_ctl.h"
#define MAX_LINE_LENGTH RTE_SWX_INSTRUCTION_SIZE
#define MAX_TOKENS RTE_SWX_INSTRUCTION_TOKENS_MAX
@@ -11,12 +11,10 @@
#include <rte_memcpy.h>
#include <rte_ether.h>
#include <rte_ip.h>
-#include <rte_esp.h>
#include <rte_tcp.h>
#include <rte_udp.h>
#include <rte_vxlan.h>
#include <rte_cryptodev.h>
-#include <cryptodev_pmd.h>
#include "rte_table_action.h"