[Mesa-dev] [PATCH] i965: remove uneeded asm/unistd.h include

Jonathan Gray jsg at jsg.id.au
Thu Mar 16 02:48:20 UTC 2017


Fix the build on OpenBSD by removing an uneeded include for asm/unistd.h.

Signed-off-by: Jonathan Gray <jsg at jsg.id.au>
---
 src/mesa/drivers/dri/i965/brw_performance_query.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/mesa/drivers/dri/i965/brw_performance_query.c b/src/mesa/drivers/dri/i965/brw_performance_query.c
index 64b3beeeae..4052117ea5 100644
--- a/src/mesa/drivers/dri/i965/brw_performance_query.c
+++ b/src/mesa/drivers/dri/i965/brw_performance_query.c
@@ -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>
-- 
2.12.0



More information about the mesa-dev mailing list