summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJonathan Gray <[email protected]>2017-03-16 13:48:20 +1100
committerEmil Velikov <[email protected]>2017-03-16 13:56:40 +0000
commit46707bc27b1c84ec8013e75e3734ea1f62aa0676 (patch)
treeda6a21877dc0c906a4c5849d98d5bcc2cb8d0b9f /src
parente6bef50f4c715e1d6d72981dd66fcfdf3092054a (diff)
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 <[email protected]> Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/mesa/drivers/dri/i965/brw_performance_query.c1
1 files changed, 0 insertions, 1 deletions
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 <limits.h>
#include <dirent.h>
-#include <asm/unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>