From: Rhys Kidd Date: Sat, 19 Mar 2016 22:37:57 +0000 (-0400) Subject: vc4: Remove unused include from vc4_nir_lower_txf_ms.c X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=668b6ddfc5cb0b0d7e0e394804d80094e4f8e623;p=mesa.git 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 Signed-off-by: Eric Anholt --- 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