eal/windows: remove useless C++ include guard
[dpdk.git] / lib / eal / include / rte_eal.h
index f1af86b..5a34a6a 100644 (file)
@@ -12,7 +12,6 @@
  */
 
 #include <stdint.h>
-#include <sched.h>
 #include <time.h>
 
 #include <rte_config.h>
@@ -156,7 +155,6 @@ int rte_eal_primary_proc_alive(const char *config_file_path);
  *     attached,
  *   - false, otherwise.
  */
-__rte_experimental
 bool rte_mp_disable(void);
 
 #define RTE_MP_MAX_FD_NUM      8    /* The max amount of fds */