Mesa (master): nir: remove unneeded include

Emil Velikov evelikov at kemper.freedesktop.org
Sun Nov 29 14:38:29 UTC 2015


Module: Mesa
Branch: master
Commit: fc16942cf7cc3f317ab1a5e8cf114953a29035e2
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=fc16942cf7cc3f317ab1a5e8cf114953a29035e2

Author: Emil Velikov <emil.velikov at collabora.com>
Date:   Wed Nov 25 21:31:55 2015 +0000

nir: remove unneeded include

Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
Reviewed-by: Jason Ekstrand <jason.ekstrand at intel.com>

---

 src/glsl/nir/nir_lower_samplers.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/src/glsl/nir/nir_lower_samplers.c b/src/glsl/nir/nir_lower_samplers.c
index 5df79a6..2aab305 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"
 




More information about the mesa-commit mailing list