Mesa (master): mesa/main: remove unused strndup.h include

Emil Velikov evelikov at kemper.freedesktop.org
Wed Mar 22 17:57:47 UTC 2017


Module: Mesa
Branch: master
Commit: 50a9b0cb43df3380e508e87aa6a7d739ba130723
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=50a9b0cb43df3380e508e87aa6a7d739ba130723

Author: Emil Velikov <emil.velikov at collabora.com>
Date:   Wed Mar 22 16:56:41 2017 +0000

mesa/main: remove unused strndup.h include

No longer needed as of commit ac257f1070a ("glsl: calculate
TOP_LEVEL_ARRAY_SIZE and STRIDE when adding resources")

Reported-by: Juha-Pekka Heikkila <juhapekka.heikkila at gmail.com>
Reviewed-by: Juha-Pekka Heikkila <juhapekka.heikkila at gmail.com>
Signed-off-by: Emil Velikov <emil.velikov at collabora.com>

---

 src/mesa/main/shader_query.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/mesa/main/shader_query.cpp b/src/mesa/main/shader_query.cpp
index 6e077623e1..6efbc37965 100644
--- a/src/mesa/main/shader_query.cpp
+++ b/src/mesa/main/shader_query.cpp
@@ -38,7 +38,6 @@
 #include "compiler/glsl/ir.h"
 #include "compiler/glsl/program.h"
 #include "util/string_to_uint_map.h"
-#include "util/strndup.h"
 
 
 static GLint




More information about the mesa-commit mailing list