Mesa (master): i965: remove uneeded asm/unistd.h include

Emil Velikov evelikov at kemper.freedesktop.org
Thu Mar 16 14:00:52 UTC 2017


Module: Mesa
Branch: master
Commit: 46707bc27b1c84ec8013e75e3734ea1f62aa0676
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=46707bc27b1c84ec8013e75e3734ea1f62aa0676

Author: Jonathan Gray <jsg at jsg.id.au>
Date:   Thu Mar 16 13:48:20 2017 +1100

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 at jsg.id.au>
Reviewed-by: Emil Velikov <emil.velikov at collabora.com>

---

 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>




More information about the mesa-commit mailing list