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/glean/glutils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/glean') diff --git a/tests/glean/glutils.cpp b/tests/glean/glutils.cpp index 8825aa20..a7b2542e 100644 --- a/tests/glean/glutils.cpp +++ b/tests/glean/glutils.cpp @@ -43,7 +43,7 @@ #if defined(__AGL__) # include #endif -#include "piglit-util.h" +#include "piglit-util-gl-common.h" namespace GLEAN { -- cgit v1.2.3