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:
Jonathan Gray 2017-03-16 13:48:20 +11:00 committed by Emil Velikov
parent e6bef50f4c
commit 46707bc27b

View file

@ -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>