mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
util: Remove unix includes.
This commit is contained in:
parent
dc9705d12d
commit
3ebcf2dd74
1 changed files with 0 additions and 4 deletions
|
|
@ -218,10 +218,6 @@ void util_time_sleep(unsigned usecs)
|
|||
end < start && (curr < end || start <= curr));
|
||||
}
|
||||
#elif defined(PIPE_SUBSYSTEM_WINDOWS_USER)
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
|
||||
void util_time_sleep(unsigned usecs)
|
||||
{
|
||||
Sleep((usecs + 999)/ 1000);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue