diff options
Diffstat (limited to 'tests/spec/glsl-1.30/execution/fs-textureOffset-2D.c')
-rw-r--r-- | tests/spec/glsl-1.30/execution/fs-textureOffset-2D.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/spec/glsl-1.30/execution/fs-textureOffset-2D.c b/tests/spec/glsl-1.30/execution/fs-textureOffset-2D.c index e796df7c2..be9efc3f6 100644 --- a/tests/spec/glsl-1.30/execution/fs-textureOffset-2D.c +++ b/tests/spec/glsl-1.30/execution/fs-textureOffset-2D.c @@ -31,7 +31,7 @@ * * Author: Roland Scheidegger */ -#include "piglit-util-gl-common.h" +#include "piglit-util-gl.h" PIGLIT_GL_TEST_CONFIG_BEGIN |