Module: Mesa Branch: master Commit: f8a9f5458b3f8d52ad579ff9a8cd9667ae207b08 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f8a9f5458b3f8d52ad579ff9a8cd9667ae207b08
Author: Vinson Lee <[email protected]> Date: Sat Dec 4 01:03:52 2010 -0800 mesa: Clean up header file inclusion in texenvprogram.h. --- src/mesa/main/texenvprogram.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mesa/main/texenvprogram.h b/src/mesa/main/texenvprogram.h index abfb916..22e30a5 100644 --- a/src/mesa/main/texenvprogram.h +++ b/src/mesa/main/texenvprogram.h @@ -27,7 +27,7 @@ #define TEXENVPROGRAM_H -#include "mtypes.h" +struct gl_context; extern struct gl_fragment_program * _mesa_get_fixed_func_fragment_program(struct gl_context *ctx); _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
