These header includes have been flagged by the iwyu_tool
and removed.
Signed-off-by: Sean Morrissey <sean.morrissey@intel.com>
---
lib/fib/dir24_8.c | 4 ----
lib/fib/rte_fib.c | 2 --
lib/fib/rte_fib.h | 1 -
lib/fib/rte_fib6.c | 2 --
lib/fib/rte_fib6.h | 1 -
lib/fib/trie.c | 5 -----
lib/fib/trie.h | 2 --
7 files changed, 17 deletions(-)
@@ -4,15 +4,11 @@
*/
#include <stdint.h>
-#include <stdlib.h>
#include <stdio.h>
-#include <string.h>
-#include <inttypes.h>
#include <rte_debug.h>
#include <rte_malloc.h>
#include <rte_errno.h>
-#include <rte_memory.h>
#include <rte_vect.h>
#include <rte_rib.h>
@@ -6,11 +6,9 @@
#include <stdint.h>
#include <string.h>
-#include <rte_eal.h>
#include <rte_eal_memconfig.h>
#include <rte_errno.h>
#include <rte_malloc.h>
-#include <rte_rwlock.h>
#include <rte_string_fns.h>
#include <rte_tailq.h>
@@ -17,7 +17,6 @@
#include <stdint.h>
-#include <rte_compat.h>
#ifdef __cplusplus
extern "C" {
@@ -6,11 +6,9 @@
#include <stdint.h>
#include <string.h>
-#include <rte_eal.h>
#include <rte_eal_memconfig.h>
#include <rte_tailq.h>
#include <rte_errno.h>
-#include <rte_rwlock.h>
#include <rte_malloc.h>
#include <rte_string_fns.h>
@@ -17,7 +17,6 @@
#include <stdint.h>
-#include <rte_compat.h>
#ifdef __cplusplus
extern "C" {
@@ -4,16 +4,11 @@
*/
#include <stdint.h>
-#include <stdlib.h>
#include <stdio.h>
-#include <string.h>
-#include <inttypes.h>
#include <rte_debug.h>
#include <rte_malloc.h>
#include <rte_errno.h>
-#include <rte_memory.h>
-#include <rte_vect.h>
#include <rte_rib6.h>
#include <rte_fib6.h>
@@ -10,8 +10,6 @@
* @file
* RTE IPv6 Longest Prefix Match (LPM)
*/
-#include <rte_prefetch.h>
-#include <rte_branch_prediction.h>
/* @internal Total number of tbl24 entries. */
#define TRIE_TBL24_NUM_ENT (1 << 24)