These header includes have been flagged by the iwyu_tool
and removed.
Signed-off-by: Sean Morrissey <sean.morrissey@intel.com>
---
lib/hash/rte_cuckoo_hash.c | 4 ----
lib/hash/rte_fbk_hash.c | 6 ------
lib/hash/rte_fbk_hash.h | 1 -
lib/hash/rte_thash.c | 1 -
lib/hash/rte_thash.h | 1 -
5 files changed, 13 deletions(-)
@@ -7,7 +7,6 @@
#include <stdint.h>
#include <errno.h>
#include <stdio.h>
-#include <stdarg.h>
#include <sys/queue.h>
#include <rte_common.h>
@@ -16,14 +15,11 @@
#include <rte_prefetch.h>
#include <rte_branch_prediction.h>
#include <rte_malloc.h>
-#include <rte_eal.h>
#include <rte_eal_memconfig.h>
-#include <rte_per_lcore.h>
#include <rte_errno.h>
#include <rte_string_fns.h>
#include <rte_cpuflags.h>
#include <rte_rwlock.h>
-#include <rte_spinlock.h>
#include <rte_ring_elem.h>
#include <rte_compat.h>
#include <rte_vect.h>
@@ -4,22 +4,16 @@
#include <stdint.h>
#include <stdio.h>
-#include <stdarg.h>
#include <string.h>
#include <errno.h>
#include <sys/queue.h>
-#include <rte_memory.h>
-#include <rte_eal.h>
#include <rte_eal_memconfig.h>
#include <rte_malloc.h>
#include <rte_common.h>
-#include <rte_per_lcore.h>
#include <rte_errno.h>
#include <rte_string_fns.h>
-#include <rte_cpuflags.h>
#include <rte_log.h>
-#include <rte_spinlock.h>
#include <rte_tailq.h>
#include "rte_fbk_hash.h"
@@ -24,7 +24,6 @@ extern "C" {
#include <string.h>
-#include <rte_config.h>
#include <rte_hash_crc.h>
#include <rte_jhash.h>
@@ -9,7 +9,6 @@
#include <rte_random.h>
#include <rte_memcpy.h>
#include <rte_errno.h>
-#include <rte_eal.h>
#include <rte_eal_memconfig.h>
#include <rte_log.h>
#include <rte_malloc.h>
@@ -21,7 +21,6 @@ extern "C" {
#include <stdint.h>
#include <rte_byteorder.h>
-#include <rte_config.h>
#include <rte_ip.h>
#include <rte_common.h>
#include <rte_thash_gfni.h>