summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRhys Kidd <rhyskidd@gmail.com>2016-03-19 18:37:57 -0400
committerEric Anholt <eric@anholt.net>2016-03-28 11:51:11 -0700
commit668b6ddfc5cb0b0d7e0e394804d80094e4f8e623 (patch)
tree2f597b6bd10602658a8be63bead3a31783e071d9 /src
parent2b8492d63ea14f36da00803620e89483743e77e7 (diff)
vc4: Remove unused include from vc4_nir_lower_txf_ms.c
Found with grep and inspection. Test compiled on RPi hw. Assists any future effort to remove TGSI as an intermediate stage. Signed-off-by: Rhys Kidd <rhyskidd@gmail.com> Signed-off-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/vc4/vc4_nir_lower_txf_ms.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/vc4/vc4_nir_lower_txf_ms.c b/src/gallium/drivers/vc4/vc4_nir_lower_txf_ms.c
index a2d89ef3349..8b65cac5084 100644
--- a/src/gallium/drivers/vc4/vc4_nir_lower_txf_ms.c
+++ b/src/gallium/drivers/vc4/vc4_nir_lower_txf_ms.c
@@ -23,7 +23,6 @@
#include "vc4_qir.h"
#include "kernel/vc4_packet.h"
-#include "tgsi/tgsi_info.h"
#include "compiler/nir/nir_builder.h"
/** @file vc4_nir_lower_txf_ms.c