diff options
Diffstat (limited to 'tests/egl/spec/egl_khr_create_context/invalid-flag-gl.c')
-rw-r--r-- | tests/egl/spec/egl_khr_create_context/invalid-flag-gl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/egl/spec/egl_khr_create_context/invalid-flag-gl.c b/tests/egl/spec/egl_khr_create_context/invalid-flag-gl.c index ce4fe2d0d..b2af73830 100644 --- a/tests/egl/spec/egl_khr_create_context/invalid-flag-gl.c +++ b/tests/egl/spec/egl_khr_create_context/invalid-flag-gl.c @@ -19,7 +19,7 @@ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS * IN THE SOFTWARE. */ -#include "piglit-util-gl-common.h" +#include "piglit-util-gl.h" #include "piglit-util-egl.h" #include "common.h" |