From: Emil Velikov Date: Wed, 25 Nov 2015 21:31:55 +0000 (+0000) Subject: nir: remove unneeded include X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fc16942cf7cc3f317ab1a5e8cf114953a29035e2;p=mesa.git nir: remove unneeded include Signed-off-by: Emil Velikov Reviewed-by: Jason Ekstrand --- diff --git a/src/glsl/nir/nir_lower_samplers.c b/src/glsl/nir/nir_lower_samplers.c index 5df79a69a06..2aab305e6cc 100644 --- a/src/glsl/nir/nir_lower_samplers.c +++ b/src/glsl/nir/nir_lower_samplers.c @@ -25,7 +25,6 @@ #include "nir.h" #include "nir_builder.h" -#include "../program.h" #include "program/hash_table.h" #include "ir_uniform.h"