From 46707bc27b1c84ec8013e75e3734ea1f62aa0676 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Thu, 16 Mar 2017 13:48:20 +1100 Subject: [PATCH] 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 Reviewed-by: Emil Velikov --- 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 64b3bee..4052117 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.7.4