From 2d3c6e51c25a6915d1fc74a13d2b57591bcf4ea8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bla=C5=BE=20Toma=C5=BEi=C4=8D?= Date: Thu, 28 Jun 2012 02:32:25 +0200 Subject: util: Move piglit-util to piglit-util-gl-common MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Move piglit-util.* to piglit-util-gl-common.* Signed-off-by: Blaž Tomažič Reviewed-by: Chad Versace --- tests/fbo/fbo-generatemipmap-npot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/fbo/fbo-generatemipmap-npot.c') diff --git a/tests/fbo/fbo-generatemipmap-npot.c b/tests/fbo/fbo-generatemipmap-npot.c index b8622dee..73d9bf2f 100644 --- a/tests/fbo/fbo-generatemipmap-npot.c +++ b/tests/fbo/fbo-generatemipmap-npot.c @@ -30,7 +30,7 @@ * Tests that glGenerateMipmapEXT works correctly on a 2D texture. */ -#include "piglit-util.h" +#include "piglit-util-gl-common.h" #define TEX_WIDTH 254 #define TEX_HEIGHT 254 -- cgit v1.2.3