d3d12: remove unused tgsi includes
authorThomas H.P. Andersen <phomes@gmail.com>
Wed, 3 May 2023 18:47:51 +0000 (20:47 +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/d3d12/d3d12_compiler.cpp

index 510f965..52c1839 100644 (file)
@@ -36,8 +36,6 @@
 #include "nir/nir_draw_helpers.h"
 #include "nir/tgsi_to_nir.h"
 #include "compiler/nir/nir_builder.h"
-#include "tgsi/tgsi_from_mesa.h"
-#include "tgsi/tgsi_ureg.h"
 
 #include "util/hash_table.h"
 #include "util/u_memory.h"
 
 #include <dxguids/dxguids.h>
 
-extern "C" {
-#include "tgsi/tgsi_parse.h"
-#include "tgsi/tgsi_point_sprite.h"
-}
-
 #ifdef _WIN32
 #include "dxil_validator.h"
 #endif