Revert "sched.h needs to be imported on Darwin/OSX targets."

This reverts commit 9dc5063262.

This breaks the build on at least Linux, probably other non-apple
platforms.

Signed-off-by: Dylan Baker <dylan.c.baker@intel.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Reviewed-by: Daniel Stone <daniels@collabora.com>
This commit is contained in:
Dylan Baker 2018-03-14 09:28:58 -07:00
parent b617bfcccf
commit 0f30c80932
1 changed files with 0 additions and 4 deletions

View File

@ -29,10 +29,6 @@
#include "swr_screen.h"
#include "swr_fence.h"
#ifdef __APPLE__
#include <sched.h>
#endif
#if defined(PIPE_CC_MSVC) // portable thread yield
#define sched_yield SwitchToThread
#endif