projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8e2f1f
)
nir: Remove unistd.h include.
author
Jose Fonseca
<jfonseca@vmware.com>
Wed, 13 Apr 2016 17:19:49 +0000
(18:19 +0100)
committer
Emil Velikov
<emil.l.velikov@gmail.com>
Thu, 14 Apr 2016 15:38:31 +0000
(16:38 +0100)
It doesn't seem needed, and is not available on MSVC.
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
src/compiler/nir/nir_to_ssa.c
patch
|
blob
|
history
diff --git
a/src/compiler/nir/nir_to_ssa.c
b/src/compiler/nir/nir_to_ssa.c
index 23d709a218a5652ef504f4181fe9dc43e0874fe8..1a772fff2d5ad94b6ce06156f29cb290552339ef 100644
(file)
--- a/
src/compiler/nir/nir_to_ssa.c
+++ b/
src/compiler/nir/nir_to_ssa.c
@@
-27,7
+27,6
@@
#include "nir.h"
#include <stdlib.h>
-#include <unistd.h>
/*
* Implements the classic to-SSA algorithm described by Cytron et. al. in