From ddf745c93fe2b5b166f12a0004b47e01f93fa944 Mon Sep 17 00:00:00 2001 From: Chad Versace Date: Tue, 8 Jul 2014 22:50:32 -0700 Subject: util/gl: Rename piglit-util-gl-common.h There are no longer any source files in tests/util that are specific to a particular OpenGL API. In other words, all OpenGL utility sources in tests/util are now "common" and shared by all OpenGL APIs. So remove the 'common' in filename 'piglit-util-gl-common.h'. Signed-off-by: Chad Versace Reviewed-by: Brian Paul --- tests/shaders/glsl-max-vertex-attrib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/shaders/glsl-max-vertex-attrib.c') diff --git a/tests/shaders/glsl-max-vertex-attrib.c b/tests/shaders/glsl-max-vertex-attrib.c index 5852a6d1f..c0b582eb4 100644 --- a/tests/shaders/glsl-max-vertex-attrib.c +++ b/tests/shaders/glsl-max-vertex-attrib.c @@ -34,7 +34,7 @@ * \author Tapani Pälli */ -#include "piglit-util-gl-common.h" +#include "piglit-util-gl.h" PIGLIT_GL_TEST_CONFIG_BEGIN -- cgit v1.2.3