These header includes have been flagged by the iwyu_tool
and removed.
Signed-off-by: Sean Morrissey <sean.morrissey@intel.com>
---
lib/table/rte_swx_table_em.c | 1 -
lib/table/rte_swx_table_em.h | 1 -
lib/table/rte_swx_table_learner.c | 1 -
lib/table/rte_swx_table_learner.h | 1 -
lib/table/rte_swx_table_selector.c | 1 -
lib/table/rte_swx_table_wm.c | 2 --
lib/table/rte_swx_table_wm.h | 1 -
lib/table/rte_table_acl.c | 3 ---
lib/table/rte_table_array.c | 2 --
lib/table/rte_table_hash_cuckoo.c | 2 --
lib/table/rte_table_hash_ext.c | 2 --
lib/table/rte_table_hash_key16.c | 2 --
lib/table/rte_table_hash_key32.c | 2 --
lib/table/rte_table_hash_key8.c | 2 --
lib/table/rte_table_hash_lru.c | 2 --
lib/table/rte_table_lpm.c | 2 --
lib/table/rte_table_lpm_ipv6.c | 3 ---
lib/table/rte_table_stub.c | 1 -
lib/table/rte_table_stub.h | 1 -
19 files changed, 32 deletions(-)
@@ -1,7 +1,6 @@
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(c) 2020 Intel Corporation
*/
-#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <errno.h>
@@ -13,7 +13,6 @@ extern "C" {
* RTE SWX Exact Match Table
*/
-#include <stdint.h>
#include <rte_swx_table.h>
@@ -1,7 +1,6 @@
/* SPDX-License-Identifier: BSD-3-Clause
* Copyright(c) 2020 Intel Corporation
*/
-#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <errno.h>
@@ -22,7 +22,6 @@ extern "C" {
*/
#include <stdint.h>
-#include <sys/queue.h>
#include <rte_compat.h>
@@ -7,7 +7,6 @@
#include <errno.h>
#include <rte_common.h>
-#include <rte_prefetch.h>
#include "rte_swx_table_selector.h"
@@ -4,10 +4,8 @@
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
-#include <errno.h>
#include <rte_common.h>
-#include <rte_prefetch.h>
#include <rte_cycles.h>
#include <rte_acl.h>
@@ -13,7 +13,6 @@ extern "C" {
* RTE SWX Wildcard Match Table
*/
-#include <stdint.h>
#include <rte_swx_table.h>
@@ -6,13 +6,10 @@
#include <stdio.h>
#include <rte_common.h>
-#include <rte_mbuf.h>
-#include <rte_memory.h>
#include <rte_malloc.h>
#include <rte_log.h>
#include "rte_table_acl.h"
-#include <rte_ether.h>
#ifdef RTE_TABLE_STATS_COLLECT
@@ -6,8 +6,6 @@
#include <stdio.h>
#include <rte_common.h>
-#include <rte_mbuf.h>
-#include <rte_memory.h>
#include <rte_malloc.h>
#include <rte_log.h>
@@ -5,8 +5,6 @@
#include <stdio.h>
#include <rte_common.h>
-#include <rte_mbuf.h>
-#include <rte_memory.h>
#include <rte_malloc.h>
#include <rte_log.h>
@@ -6,8 +6,6 @@
#include <stdio.h>
#include <rte_common.h>
-#include <rte_mbuf.h>
-#include <rte_memory.h>
#include <rte_malloc.h>
#include <rte_log.h>
@@ -5,8 +5,6 @@
#include <stdio.h>
#include <rte_common.h>
-#include <rte_mbuf.h>
-#include <rte_memory.h>
#include <rte_malloc.h>
#include <rte_log.h>
@@ -5,8 +5,6 @@
#include <stdio.h>
#include <rte_common.h>
-#include <rte_mbuf.h>
-#include <rte_memory.h>
#include <rte_malloc.h>
#include <rte_log.h>
@@ -5,8 +5,6 @@
#include <stdio.h>
#include <rte_common.h>
-#include <rte_mbuf.h>
-#include <rte_memory.h>
#include <rte_malloc.h>
#include <rte_log.h>
@@ -6,8 +6,6 @@
#include <stdio.h>
#include <rte_common.h>
-#include <rte_mbuf.h>
-#include <rte_memory.h>
#include <rte_malloc.h>
#include <rte_log.h>
@@ -6,8 +6,6 @@
#include <stdio.h>
#include <rte_common.h>
-#include <rte_mbuf.h>
-#include <rte_memory.h>
#include <rte_malloc.h>
#include <rte_byteorder.h>
#include <rte_log.h>
@@ -6,10 +6,7 @@
#include <stdio.h>
#include <rte_common.h>
-#include <rte_mbuf.h>
-#include <rte_memory.h>
#include <rte_malloc.h>
-#include <rte_byteorder.h>
#include <rte_log.h>
#include <rte_lpm6.h>
@@ -4,7 +4,6 @@
#include <string.h>
-#include <rte_mbuf.h>
#include <rte_malloc.h>
#include "rte_table_stub.h"
@@ -17,7 +17,6 @@ extern "C" {
*
***/
-#include <stdint.h>
#include "rte_table.h"