diff options
Diffstat (limited to 'tests/texturing/texture-rg.c')
-rw-r--r-- | tests/texturing/texture-rg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/texturing/texture-rg.c b/tests/texturing/texture-rg.c index 80d6f883c..d592ca21d 100644 --- a/tests/texturing/texture-rg.c +++ b/tests/texturing/texture-rg.c @@ -27,7 +27,7 @@ * Tests GL_ARB_texture_rg extension (red/green texture formats) */ -#include "piglit-util-gl-common.h" +#include "piglit-util-gl.h" PIGLIT_GL_TEST_CONFIG_BEGIN |