Module: Mesa Branch: master Commit: 8f96524f1390de0a54df029f29018379a8d9bd97 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8f96524f1390de0a54df029f29018379a8d9bd97
Author: Jose Fonseca <[email protected]> Date: Wed Apr 13 18:19:49 2016 +0100 nir: Remove unistd.h include. It doesn't seem needed, and is not available on MSVC. Reviewed-by: Jason Ekstrand <[email protected]> Reviewed-by: Jose Fonseca <[email protected]> --- src/compiler/nir/nir_to_ssa.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/compiler/nir/nir_to_ssa.c b/src/compiler/nir/nir_to_ssa.c index 23d709a..1a772ff 100644 --- 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 _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
