i965: remove uneeded asm/unistd.h include
authorJonathan Gray <jsg@jsg.id.au>
Thu, 16 Mar 2017 02:48:20 +0000 (13:48 +1100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 16 Mar 2017 13:56:40 +0000 (13:56 +0000)
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>
src/mesa/drivers/dri/i965/brw_performance_query.c

index 64b3beeeae0a85bd630b1500bec1e9501100b831..4052117ea53fda7b1a1911b28f5d06727de0530b 100644 (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>