Mesa (main): v3d: remove unused include

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Nov 11 13:35:34 UTC 2021


Module: Mesa
Branch: main
Commit: 2a65db2458bb0aa1fe48853539b76e05e1f4c955
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2a65db2458bb0aa1fe48853539b76e05e1f4c955

Author: Alejandro Piñeiro <apinheiro at igalia.com>
Date:   Wed Oct 27 01:30:01 2021 +0200

v3d: remove unused include

Reviewed-by: Jose Maria Casanova Crespo <jmcasanova at igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13754>

---

 src/gallium/drivers/v3d/v3d_uniforms.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/gallium/drivers/v3d/v3d_uniforms.c b/src/gallium/drivers/v3d/v3d_uniforms.c
index e6ec49f6cd3..d633eb709b8 100644
--- a/src/gallium/drivers/v3d/v3d_uniforms.c
+++ b/src/gallium/drivers/v3d/v3d_uniforms.c
@@ -23,7 +23,6 @@
 
 #include "util/u_pack_color.h"
 #include "util/u_upload_mgr.h"
-#include "util/format_srgb.h"
 
 #include "v3d_context.h"
 #include "compiler/v3d_compiler.h"



More information about the mesa-commit mailing list