Message ID | 20220617190835.1126602-15-sean.morrissey@intel.com (mailing list archive) |
---|---|
State | Superseded, archived |
Delegated to: | Thomas Monjalon |
Headers | |
Series | remove IWYU flagged headers | |
Checks
Context | Check | Description |
---|---|---|
ci/checkpatch | success | coding style OK |
Commit Message
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 <string.h> #include "rte_pie.h" -#include <rte_malloc.h> #ifdef __INTEL_COMPILER #pragma warning(disable:2259) /* conversion may lose significant bits */