mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-23 00:50:36 +02:00
i965: remove uneeded asm/unistd.h include
Fix the build on OpenBSD by removing an uneeded include for asm/unistd.h. Signed-off-by: Jonathan Gray <jsg@jsg.id.au> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
e6bef50f4c
commit
46707bc27b
1 changed files with 0 additions and 1 deletions
|
|
@ -42,7 +42,6 @@
|
|||
#include <limits.h>
|
||||
#include <dirent.h>
|
||||
|
||||
#include <asm/unistd.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue