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/fbo/fbo-flushing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/fbo/fbo-flushing.c') diff --git a/tests/fbo/fbo-flushing.c b/tests/fbo/fbo-flushing.c index cc201536e..8bb1290e4 100644 --- a/tests/fbo/fbo-flushing.c +++ b/tests/fbo/fbo-flushing.c @@ -35,7 +35,7 @@ * removed. */ -#include "piglit-util-gl-common.h" +#include "piglit-util-gl.h" #define TEX_WIDTH 128 #define TEX_HEIGHT 128 -- cgit v1.2.3