From: Jonathan Gray Date: Thu, 16 Mar 2017 02:48:20 +0000 (+1100) Subject: i965: remove uneeded asm/unistd.h include X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=46707bc27b1c84ec8013e75e3734ea1f62aa0676;p=mesa.git 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 --- diff --git a/src/mesa/drivers/dri/i965/brw_performance_query.c b/src/mesa/drivers/dri/i965/brw_performance_query.c index 64b3beeeae0..4052117ea53 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