r600: 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:
committed by
Marge Bot
parent
17207eef36
commit
23e78d719b
@@ -41,7 +41,6 @@
|
||||
#include "util/u_memory.h"
|
||||
#include "util/u_inlines.h"
|
||||
#include "util/u_framebuffer.h"
|
||||
#include "tgsi/tgsi_parse.h"
|
||||
#include "pipebuffer/pb_buffer.h"
|
||||
#include "evergreend.h"
|
||||
#include "r600_shader.h"
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
|
||||
#include "r600_pipe.h"
|
||||
#include "r600_isa.h"
|
||||
#include "tgsi/tgsi_exec.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
#include "r600_pipe_common.h"
|
||||
#include "r600_cs.h"
|
||||
#include "evergreen_compute.h"
|
||||
#include "tgsi/tgsi_parse.h"
|
||||
#include "util/list.h"
|
||||
#include "util/u_draw_quad.h"
|
||||
#include "util/u_memory.h"
|
||||
|
||||
@@ -33,7 +33,6 @@
|
||||
#include "sb/sb_public.h"
|
||||
|
||||
#include "pipe/p_shader_tokens.h"
|
||||
#include "tgsi/tgsi_info.h"
|
||||
#include "tgsi/tgsi_parse.h"
|
||||
#include "tgsi/tgsi_scan.h"
|
||||
#include "tgsi/tgsi_dump.h"
|
||||
|
||||
@@ -31,7 +31,6 @@
|
||||
#include "sfn_instr_export.h"
|
||||
#include "sfn_instr_fetch.h"
|
||||
#include "sfn_instr_tex.h"
|
||||
#include "tgsi/tgsi_from_mesa.h"
|
||||
|
||||
#include <sstream>
|
||||
|
||||
|
||||
@@ -29,7 +29,6 @@
|
||||
#include "sfn_debug.h"
|
||||
#include "sfn_instr_alugroup.h"
|
||||
#include "sfn_instr_export.h"
|
||||
#include "tgsi/tgsi_from_mesa.h"
|
||||
|
||||
namespace r600 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user