From 0f30c80932342e1e4dfef0b11012ab053d9d7ca8 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Wed, 14 Mar 2018 09:28:58 -0700 Subject: [PATCH] Revert "sched.h needs to be imported on Darwin/OSX targets." This reverts commit 9dc5063262d0a5130cf0723a33079f3fd17560c3. This breaks the build on at least Linux, probably other non-apple platforms. Signed-off-by: Dylan Baker Reviewed-by: Adam Jackson Reviewed-by: Daniel Stone --- src/gallium/drivers/swr/swr_fence.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/gallium/drivers/swr/swr_fence.cpp b/src/gallium/drivers/swr/swr_fence.cpp index b05ac8cec02..3005eb9aaad 100644 --- a/src/gallium/drivers/swr/swr_fence.cpp +++ b/src/gallium/drivers/swr/swr_fence.cpp @@ -29,10 +29,6 @@ #include "swr_screen.h" #include "swr_fence.h" -#ifdef __APPLE__ -#include -#endif - #if defined(PIPE_CC_MSVC) // portable thread yield #define sched_yield SwitchToThread #endif -- 2.30.2