From 60f1b436b96f39f05af28348f997b089558574e6 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Mon, 8 Aug 2016 23:50:52 -0700 Subject: [PATCH] nir: Drop an unused program/hash_table.h include. Reviewed-by: Ian Romanick Reviewed-by: Timothy Arceri --- 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" -- 2.7.4