diff options
Diffstat (limited to 'tests/general/triangle-rasterization.cpp')
-rw-r--r-- | tests/general/triangle-rasterization.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/general/triangle-rasterization.cpp b/tests/general/triangle-rasterization.cpp index bd20af2c9..0d99ef126 100644 --- a/tests/general/triangle-rasterization.cpp +++ b/tests/general/triangle-rasterization.cpp @@ -35,7 +35,7 @@ * 2. Randomised triangle drawing to attempt to test all possible triangles */ -#include "piglit-util-gl-common.h" +#include "piglit-util-gl.h" #include "mersenne.hpp" #include <time.h> |