From f19ddef76c4a9502a17bd17b78cf5a2283815c98 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Thu, 20 Jun 2024 07:08:19 +1000 Subject: [PATCH] st/mesa: drop u_simple_shaders.h include where not used. These functions aren't used in here anymore. Reviewed-by: Alyssa Rosenzweig Part-of: --- src/mesa/state_tracker/st_atom_shader.c | 1 - src/mesa/state_tracker/st_cb_drawpixels.c | 1 - src/mesa/state_tracker/st_cb_drawtex.c | 1 - src/mesa/state_tracker/st_cb_texture.c | 1 - 4 files changed, 4 deletions(-) diff --git a/src/mesa/state_tracker/st_atom_shader.c b/src/mesa/state_tracker/st_atom_shader.c index cec6e2b835e..eccca18e03f 100644 --- a/src/mesa/state_tracker/st_atom_shader.c +++ b/src/mesa/state_tracker/st_atom_shader.c @@ -46,7 +46,6 @@ #include "pipe/p_context.h" #include "pipe/p_shader_tokens.h" -#include "util/u_simple_shaders.h" #include "cso_cache/cso_context.h" #include "util/u_debug.h" diff --git a/src/mesa/state_tracker/st_cb_drawpixels.c b/src/mesa/state_tracker/st_cb_drawpixels.c index f549354caf9..5f5c282a0de 100644 --- a/src/mesa/state_tracker/st_cb_drawpixels.c +++ b/src/mesa/state_tracker/st_cb_drawpixels.c @@ -70,7 +70,6 @@ #include "util/format/u_format.h" #include "util/u_inlines.h" #include "util/u_math.h" -#include "util/u_simple_shaders.h" #include "util/u_tile.h" #include "cso_cache/cso_context.h" diff --git a/src/mesa/state_tracker/st_cb_drawtex.c b/src/mesa/state_tracker/st_cb_drawtex.c index 413353e5f25..bf6dcf8f5f7 100644 --- a/src/mesa/state_tracker/st_cb_drawtex.c +++ b/src/mesa/state_tracker/st_cb_drawtex.c @@ -32,7 +32,6 @@ #include "util/u_inlines.h" #include "pipe/p_shader_tokens.h" #include "util/u_draw_quad.h" -#include "util/u_simple_shaders.h" #include "util/u_upload_mgr.h" #include "cso_cache/cso_context.h" diff --git a/src/mesa/state_tracker/st_cb_texture.c b/src/mesa/state_tracker/st_cb_texture.c index 0b7342facd7..74dc1d94f0f 100644 --- a/src/mesa/state_tracker/st_cb_texture.c +++ b/src/mesa/state_tracker/st_cb_texture.c @@ -82,7 +82,6 @@ #include "util/u_math.h" #include "util/box.h" #include "util/u_memory.h" -#include "util/u_simple_shaders.h" #include "cso_cache/cso_context.h" #define DBG if (0) printf