diff options
author | Eric Anholt <eric@anholt.net> | 2016-08-08 23:50:52 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2016-08-10 12:27:22 -0700 |
commit | 60f1b436b96f39f05af28348f997b089558574e6 (patch) | |
tree | 3866979ab8e1da6687fd49ce073d42bb7aabae19 /src/compiler/nir/nir_lower_samplers.c | |
parent | 61981602505a6e0f59e5c1026651d074df2218a5 (diff) | |
download | external_mesa3d-60f1b436b96f39f05af28348f997b089558574e6.tar.gz external_mesa3d-60f1b436b96f39f05af28348f997b089558574e6.tar.bz2 external_mesa3d-60f1b436b96f39f05af28348f997b089558574e6.zip |
nir: Drop an unused program/hash_table.h include.
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Timothy Arceri <timothy.arceri@collabora.com>
Diffstat (limited to 'src/compiler/nir/nir_lower_samplers.c')
-rw-r--r-- | src/compiler/nir/nir_lower_samplers.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler/nir/nir_lower_samplers.c b/src/compiler/nir/nir_lower_samplers.c index 4a4326983a..e878edd9b5 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" |