From 50a9b0cb43df3380e508e87aa6a7d739ba130723 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Wed, 22 Mar 2017 16:56:41 +0000 Subject: [PATCH] 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 Reviewed-by: Juha-Pekka Heikkila Signed-off-by: Emil Velikov --- 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 6e077623e15..6efbc379656 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 -- 2.30.2