vc4: Remove unused include from vc4_nir_lower_txf_ms.c
authorRhys Kidd <rhyskidd@gmail.com>
Sat, 19 Mar 2016 22:37:57 +0000 (18:37 -0400)
committerEric Anholt <eric@anholt.net>
Mon, 28 Mar 2016 18:51:11 +0000 (11:51 -0700)
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>
src/gallium/drivers/vc4/vc4_nir_lower_txf_ms.c

index a2d89ef3349c7d8f9bf9ea202145b48905677e8f..8b65cac5084939cf4f3e497abe3e5d07a70daf2c 100644 (file)
@@ -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