From 2d3c6e51c25a6915d1fc74a13d2b57591bcf4ea8 Mon Sep 17 00:00:00 2001 From: Blaž Tomažič 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/texturing/texture-al.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/texturing/texture-al.c') diff --git a/tests/texturing/texture-al.c b/tests/texturing/texture-al.c index 417981133..339bfaef5 100644 --- a/tests/texturing/texture-al.c +++ b/tests/texturing/texture-al.c @@ -29,7 +29,7 @@ * https://bugs.freedesktop.org/show_bug.cgi?id=34280 */ -#include "piglit-util.h" +#include "piglit-util-gl-common.h" PIGLIT_GL_TEST_MAIN( 128 /*window_width*/, -- cgit v1.2.3