These header includes have been flagged by the iwyu_tool
and removed.
Signed-off-by: Sean Morrissey <sean.morrissey@intel.com>
---
lib/rib/rte_rib.c | 2 --
lib/rib/rte_rib.h | 1 -
lib/rib/rte_rib6.c | 2 --
lib/rib/rte_rib6.h | 1 -
4 files changed, 6 deletions(-)
@@ -6,12 +6,10 @@
#include <stdbool.h>
#include <stdint.h>
-#include <rte_eal.h>
#include <rte_eal_memconfig.h>
#include <rte_errno.h>
#include <rte_malloc.h>
#include <rte_mempool.h>
-#include <rte_rwlock.h>
#include <rte_string_fns.h>
#include <rte_tailq.h>
@@ -17,7 +17,6 @@
#include <stdlib.h>
#include <stdint.h>
-#include <rte_compat.h>
#ifdef __cplusplus
extern "C" {
@@ -6,12 +6,10 @@
#include <stdbool.h>
#include <stdint.h>
-#include <rte_eal.h>
#include <rte_eal_memconfig.h>
#include <rte_errno.h>
#include <rte_malloc.h>
#include <rte_mempool.h>
-#include <rte_rwlock.h>
#include <rte_string_fns.h>
#include <rte_tailq.h>
@@ -15,7 +15,6 @@
*/
#include <rte_memcpy.h>
-#include <rte_compat.h>
#include <rte_common.h>
#ifdef __cplusplus