These header includes have been flagged by the iwyu_tool
and removed.
Signed-off-by: Sean Morrissey <sean.morrissey@intel.com>
---
lib/sched/rte_pie.c | 2 --
lib/sched/rte_red.h | 1 -
lib/sched/rte_sched.c | 1 -
lib/sched/rte_sched.h | 1 -
4 files changed, 5 deletions(-)
@@ -5,8 +5,6 @@
#include <stdlib.h>
#include "rte_pie.h"
-#include <rte_common.h>
-#include <rte_cycles.h>
#include <rte_malloc.h>
#ifdef __INTEL_COMPILER
@@ -18,7 +18,6 @@ extern "C" {
#include <stdint.h>
#include <limits.h>
-#include <rte_common.h>
#include <rte_debug.h>
#include <rte_cycles.h>
#include <rte_branch_prediction.h>
@@ -7,7 +7,6 @@
#include <rte_common.h>
#include <rte_log.h>
-#include <rte_memory.h>
#include <rte_malloc.h>
#include <rte_cycles.h>
#include <rte_prefetch.h>
@@ -56,7 +56,6 @@ extern "C" {
*
*/
-#include <sys/types.h>
#include <rte_compat.h>
#include <rte_mbuf.h>
#include <rte_meter.h>