From: Sean Morrissey Date: Mon, 20 Jun 2022 10:40:28 +0000 (+0000) Subject: sched: remove unneeded header includes X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=5ec9bff003f75119e380cb10974bb43db8e202df;p=dpdk.git sched: remove unneeded header includes These header includes have been flagged by the iwyu_tool and removed. Signed-off-by: Sean Morrissey --- diff --git a/lib/sched/rte_pie.c b/lib/sched/rte_pie.c index d37b79e6dd..c84f75a18c 100644 --- a/lib/sched/rte_pie.c +++ b/lib/sched/rte_pie.c @@ -6,7 +6,6 @@ #include #include "rte_pie.h" -#include #ifdef __INTEL_COMPILER #pragma warning(disable:2259) /* conversion may lose significant bits */