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

2017-03-16 Thread Emil Velikov
On 16 March 2017 at 02:48, Jonathan Gray  wrote:
> Fix the build on OpenBSD by removing an uneeded include for asm/unistd.h.
>
> Signed-off-by: Jonathan Gray 
Reviewed-by: Emil Velikov 
and push both of your patches.

Thank you Jonathan, wish we had a person like you in FreeBSD/Solaris/other :-)

-Emil
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


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

2017-03-15 Thread Jonathan Gray
Fix the build on OpenBSD by removing an uneeded include for asm/unistd.h.

Signed-off-by: Jonathan Gray 
---
 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 
 #include 
 
-#include 
 #include 
 #include 
 #include 
-- 
2.12.0

___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev