summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2015-11-25 21:31:55 +0000
committerEmil Velikov <[email protected]>2015-11-29 14:41:39 +0000
commitfc16942cf7cc3f317ab1a5e8cf114953a29035e2 (patch)
tree1a5bc7f5c34b998d2640e00091591b4cfd5efd6a /src
parentb92ecdcc790f2ba5b1e729b78e2df95ed7b0c957 (diff)
nir: remove unneeded include
Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/glsl/nir/nir_lower_samplers.c1
1 files changed, 0 insertions, 1 deletions
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"