These header includes have been flagged by the iwyu_tool
and removed.
Signed-off-by: Sean Morrissey <sean.morrissey@intel.com>
---
lib/member/rte_member.c | 2 --
lib/member/rte_member.h | 1 -
lib/member/rte_member_vbf.c | 1 -
3 files changed, 4 deletions(-)
@@ -5,9 +5,7 @@
#include <string.h>
#include <rte_string_fns.h>
-#include <rte_eal.h>
#include <rte_eal_memconfig.h>
-#include <rte_memory.h>
#include <rte_malloc.h>
#include <rte_errno.h>
#include <rte_tailq.h>
@@ -52,7 +52,6 @@ extern "C" {
#include <stdint.h>
#include <rte_common.h>
-#include <rte_config.h>
/** The set ID type that stored internally in hash table based set summary. */
typedef uint16_t member_set_t;
@@ -6,7 +6,6 @@
#include <string.h>
#include <rte_malloc.h>
-#include <rte_memory.h>
#include <rte_errno.h>
#include <rte_log.h>