Module: Mesa Branch: master Commit: bc3a2be6c91d514c744c72ec97aeced7bcd57265 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bc3a2be6c91d514c744c72ec97aeced7bcd57265
Author: Thomas Helland <[email protected]> Date: Wed Jun 7 20:45:14 2017 +0200 nir: Remove unused include Reviewed-by: Marek Olšák <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> --- src/compiler/nir/nir_lower_locals_to_regs.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/compiler/nir/nir_lower_locals_to_regs.c b/src/compiler/nir/nir_lower_locals_to_regs.c index f1af237b5e..d0667bc504 100644 --- a/src/compiler/nir/nir_lower_locals_to_regs.c +++ b/src/compiler/nir/nir_lower_locals_to_regs.c @@ -26,7 +26,6 @@ */ #include "nir.h" -#include "nir_array.h" struct locals_to_regs_state { nir_shader *shader; _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
