From: Eric Anholt Date: Tue, 9 Aug 2016 06:50:52 +0000 (-0700) Subject: nir: Drop an unused program/hash_table.h include. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=60f1b436b96f39f05af28348f997b089558574e6;p=mesa.git nir: Drop an unused program/hash_table.h include. Reviewed-by: Ian Romanick Reviewed-by: Timothy Arceri --- diff --git a/src/compiler/nir/nir_lower_samplers.c b/src/compiler/nir/nir_lower_samplers.c index 4a4326983a6..e878edd9b54 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"