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:
parent
b7c3eb57bb
commit
6787d0af94
@ -12,7 +12,6 @@
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
#include <sched.h>
|
||||
#include <time.h>
|
||||
|
||||
#include <rte_config.h>
|
||||
|
@ -3,7 +3,6 @@
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
#include <sched.h>
|
||||
|
||||
#include <rte_compat.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user