Module: Mesa Branch: master Commit: 08354667a32b4006601563c1349f711bbbebf1eb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=08354667a32b4006601563c1349f711bbbebf1eb
Author: Vinson Lee <[email protected]> Date: Tue Nov 9 00:56:02 2010 -0800 mesa: Clean up header file inclusion in ffvertex_prog.h. --- src/mesa/main/ffvertex_prog.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mesa/main/ffvertex_prog.h b/src/mesa/main/ffvertex_prog.h index 72cd6ea..837a15e 100644 --- a/src/mesa/main/ffvertex_prog.h +++ b/src/mesa/main/ffvertex_prog.h @@ -30,7 +30,7 @@ #define FFVERTEX_PROG_H -#include "main/mtypes.h" +struct gl_context; struct gl_vertex_program * _mesa_get_fixed_func_vertex_program(struct gl_context *ctx); _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
