Module: Mesa Branch: master Commit: 60f1b436b96f39f05af28348f997b089558574e6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=60f1b436b96f39f05af28348f997b089558574e6
Author: Eric Anholt <[email protected]> Date: Mon Aug 8 23:50:52 2016 -0700 nir: Drop an unused program/hash_table.h include. Reviewed-by: Ian Romanick <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> --- src/compiler/nir/nir_lower_samplers.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/compiler/nir/nir_lower_samplers.c b/src/compiler/nir/nir_lower_samplers.c index 4a43269..e878edd 100644 --- a/src/compiler/nir/nir_lower_samplers.c +++ b/src/compiler/nir/nir_lower_samplers.c @@ -25,7 +25,6 @@ #include "nir.h" #include "nir_builder.h" -#include "program/hash_table.h" #include "compiler/glsl/ir_uniform.h" #include "main/compiler.h" _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
