diff options
author | Rhys Kidd <[email protected]> | 2016-04-01 19:46:30 -0400 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2016-04-08 18:28:43 -0700 |
commit | e529dd179f3f4bcc069239e9c2710ea23616a513 (patch) | |
tree | 9e4475b6792a7bd5b05cc27c723c42e2bb91e499 | |
parent | e25c24c6389e5dbbb7ebf59c302659e5d6417ed4 (diff) |
vc4: Remove unused include from vc4_program.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 <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
-rw-r--r-- | src/gallium/drivers/vc4/vc4_program.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/vc4/vc4_program.c b/src/gallium/drivers/vc4/vc4_program.c index 71a1ebbb313..e698118d8e0 100644 --- a/src/gallium/drivers/vc4/vc4_program.c +++ b/src/gallium/drivers/vc4/vc4_program.c @@ -30,7 +30,6 @@ #include "util/ralloc.h" #include "util/hash_table.h" #include "tgsi/tgsi_dump.h" -#include "tgsi/tgsi_lowering.h" #include "tgsi/tgsi_parse.h" #include "compiler/nir/nir.h" #include "compiler/nir/nir_builder.h" |