mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
d3d12: 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:
parent
531896b366
commit
1a6ffb3e9d
1 changed files with 0 additions and 7 deletions
|
|
@ -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"
|
||||
|
|
@ -47,11 +45,6 @@
|
|||
|
||||
#include <dxguids/dxguids.h>
|
||||
|
||||
extern "C" {
|
||||
#include "tgsi/tgsi_parse.h"
|
||||
#include "tgsi/tgsi_point_sprite.h"
|
||||
}
|
||||
|
||||
#ifdef _WIN32
|
||||
#include "dxil_validator.h"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue