softpipe: remove unused tgsi includes

Acked-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22838>
This commit is contained in:
Thomas H.P. Andersen 2023-05-03 20:49:11 +02:00 committed by Marge Bot
parent f8663b4b40
commit ea136dd9e0
2 changed files with 0 additions and 2 deletions

View file

@ -32,7 +32,6 @@
#include "sp_texture.h"
#include "sp_tex_sample.h"
#include "sp_tex_tile_cache.h"
#include "tgsi/tgsi_parse.h"
static void
cs_prepare(const struct sp_compute_shader *cs,

View file

@ -38,7 +38,6 @@
#include "pipe/p_defines.h"
#include "util/u_memory.h"
#include "tgsi/tgsi_exec.h"
#include "tgsi/tgsi_parse.h"
/**