lib: remove sched.h from public headers

Public headers including POSIX-specific <sched.h> were unusable
on Windows. These includes were superfluous, remove them.

Signed-off-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
Acked-by: William Tu <u9012063@gmail.com>
This commit is contained in:
Dmitry Kozlyuk 2021-08-29 01:13:45 +03:00 committed by Thomas Monjalon
parent b7c3eb57bb
commit 6787d0af94
2 changed files with 0 additions and 2 deletions

View File

@ -12,7 +12,6 @@
*/
#include <stdint.h>
#include <sched.h>
#include <time.h>
#include <rte_config.h>

View File

@ -3,7 +3,6 @@
*/
#include <stdint.h>
#include <sched.h>
#include <rte_compat.h>