summaryrefslogtreecommitdiffstats
path: root/src/compiler/nir
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2016-08-08 23:50:52 -0700
committerEric Anholt <eric@anholt.net>2016-08-10 12:27:22 -0700
commit60f1b436b96f39f05af28348f997b089558574e6 (patch)
tree3866979ab8e1da6687fd49ce073d42bb7aabae19 /src/compiler/nir
parent61981602505a6e0f59e5c1026651d074df2218a5 (diff)
downloadexternal_mesa3d-60f1b436b96f39f05af28348f997b089558574e6.zip
external_mesa3d-60f1b436b96f39f05af28348f997b089558574e6.tar.gz
external_mesa3d-60f1b436b96f39f05af28348f997b089558574e6.tar.bz2
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')
-rw-r--r--src/compiler/nir/nir_lower_samplers.c1
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 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"