From: Vinson Lee Date: Tue, 14 Dec 2010 08:22:27 +0000 (-0800) Subject: mesa: Clean up header file inclusion in nvvertparse.h. X-Git-Tag: mesa-7.11-rc1~3209 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=71af07bf40e095e4c4e075d3f52a1f89f22d6639;p=platform%2Fupstream%2Fmesa.git mesa: Clean up header file inclusion in nvvertparse.h. --- diff --git a/src/mesa/program/nvvertparse.h b/src/mesa/program/nvvertparse.h index e98e867..7318e14 100644 --- a/src/mesa/program/nvvertparse.h +++ b/src/mesa/program/nvvertparse.h @@ -29,7 +29,10 @@ #ifndef NVVERTPARSE_H #define NVVERTPARSE_H -#include "main/mtypes.h" +#include "main/glheader.h" + +struct gl_context; +struct gl_vertex_program; extern void _mesa_parse_nv_vertex_program(struct gl_context *ctx, GLenum target,