sched: remove unneeded header includes

These header includes have been flagged by the iwyu_tool
and removed.

Signed-off-by: Sean Morrissey <sean.morrissey@intel.com>
This commit is contained in:
Sean Morrissey 2022-06-20 10:40:28 +00:00 committed by Thomas Monjalon
parent 8259c3ef4e
commit 5ec9bff003

View File

@ -6,7 +6,6 @@
#include <string.h>
#include "rte_pie.h"
#include <rte_malloc.h>
#ifdef __INTEL_COMPILER
#pragma warning(disable:2259) /* conversion may lose significant bits */