diff options
author | Blaž Tomažič <blaz.tomazic@gmail.com> | 2012-06-28 02:32:25 +0200 |
---|---|---|
committer | Blaž Tomažič <blaz.tomazic@gmail.com> | 2012-06-28 03:02:19 +0200 |
commit | 2d3c6e51c25a6915d1fc74a13d2b57591bcf4ea8 (patch) | |
tree | 8654e8f1cb00c2a58822c30a8b25caa22e836391 /tests/spec/gl-2.1 | |
parent | 3c830b8713fe2afc7134aad8152427e8c50a41ab (diff) |
util: Move piglit-util to piglit-util-gl-common
Move piglit-util.* to piglit-util-gl-common.*
Signed-off-by: Blaž Tomažič <blaz.tomazic@gmail.com>
Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
Diffstat (limited to 'tests/spec/gl-2.1')
-rw-r--r-- | tests/spec/gl-2.1/minmax.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/spec/gl-2.1/minmax.c b/tests/spec/gl-2.1/minmax.c index 6970ad3b2..edb32a23c 100644 --- a/tests/spec/gl-2.1/minmax.c +++ b/tests/spec/gl-2.1/minmax.c @@ -26,7 +26,7 @@ * of the GL 2.1 spec. */ -#include "piglit-util.h" +#include "piglit-util-gl-common.h" #include "minmax-test.h" PIGLIT_GL_TEST_MAIN( |