These header includes have been flagged by the iwyu_tool
and removed.
Signed-off-by: Sean Morrissey <sean.morrissey@intel.com>
---
lib/mbuf/rte_mbuf.c | 11 -----------
lib/mbuf/rte_mbuf.h | 2 --
lib/mbuf/rte_mbuf_dyn.h | 2 --
lib/mbuf/rte_mbuf_pool_ops.c | 1 -
lib/mbuf/rte_mbuf_pool_ops.h | 1 -
5 files changed, 17 deletions(-)
@@ -5,28 +5,17 @@
#include <string.h>
#include <stdio.h>
-#include <stdlib.h>
#include <stdint.h>
-#include <stdarg.h>
#include <inttypes.h>
#include <errno.h>
-#include <ctype.h>
-#include <sys/queue.h>
-#include <rte_compat.h>
#include <rte_debug.h>
#include <rte_common.h>
#include <rte_log.h>
-#include <rte_memory.h>
-#include <rte_launch.h>
-#include <rte_eal.h>
-#include <rte_per_lcore.h>
-#include <rte_lcore.h>
#include <rte_branch_prediction.h>
#include <rte_mempool.h>
#include <rte_mbuf.h>
#include <rte_mbuf_pool_ops.h>
-#include <rte_string_fns.h>
#include <rte_hexdump.h>
#include <rte_errno.h>
#include <rte_memcpy.h>
@@ -36,10 +36,8 @@
#include <rte_common.h>
#include <rte_config.h>
#include <rte_mempool.h>
-#include <rte_memory.h>
#include <rte_prefetch.h>
#include <rte_branch_prediction.h>
-#include <rte_byteorder.h>
#include <rte_mbuf_ptype.h>
#include <rte_mbuf_core.h>
@@ -68,9 +68,7 @@
#include <stdio.h>
#include <stdint.h>
-#include <sys/types.h>
-#include <rte_compat.h>
#ifdef __cplusplus
extern "C" {
@@ -3,7 +3,6 @@
*/
#include <string.h>
-#include <rte_compat.h>
#include <rte_eal.h>
#include <rte_mbuf.h>
#include <rte_errno.h>
@@ -14,7 +14,6 @@
* the best mempool ops available.
*/
-#include <rte_compat.h>
#ifdef __cplusplus
extern "C" {