lib: remove sched.h from public headers
authorDmitry Kozlyuk <dmitry.kozliuk@gmail.com>
Sat, 28 Aug 2021 22:13:45 +0000 (01:13 +0300)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 1 Oct 2021 06:35:05 +0000 (08:35 +0200)
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>
lib/eal/include/rte_eal.h
lib/telemetry/rte_telemetry.h

index f1af86b..a959f8c 100644 (file)
@@ -12,7 +12,6 @@
  */
 
 #include <stdint.h>
-#include <sched.h>
 #include <time.h>
 
 #include <rte_config.h>
index 9d1bdb2..16f4ee6 100644 (file)
@@ -3,7 +3,6 @@
  */
 
 #include <stdint.h>
-#include <sched.h>
 
 #include <rte_compat.h>