virgl: remove unused tgsi includes
authorThomas H.P. Andersen <phomes@gmail.com>
Wed, 3 May 2023 18:49:42 +0000 (20:49 +0200)
committerMarge Bot <emma+marge@anholt.net>
Thu, 25 May 2023 08:20:32 +0000 (08:20 +0000)
Acked-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22838>

src/gallium/drivers/virgl/virgl_context.c
src/gallium/drivers/virgl/virgl_screen.c

index 8d6f4a7..398c365 100644 (file)
@@ -41,7 +41,6 @@
 #include "util/slab.h"
 #include "util/u_upload_mgr.h"
 #include "util/u_blitter.h"
-#include "tgsi/tgsi_text.h"
 
 #include "virgl_encode.h"
 #include "virgl_context.h"
index 6b0f2c4..9ca22ba 100644 (file)
@@ -35,8 +35,6 @@
 #include "vl/vl_decoder.h"
 #include "vl/vl_video_buffer.h"
 
-#include "tgsi/tgsi_exec.h"
-
 #include "virgl_screen.h"
 #include "virgl_resource.h"
 #include "virgl_public.h"