Module: Mesa Branch: master Commit: da0bdc7cd576cc46b94a1d145cc59b6ed1f6439e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=da0bdc7cd576cc46b94a1d145cc59b6ed1f6439e
Author: Vinson Lee <v...@vmware.com> Date: Sat Dec 25 20:48:29 2010 -0800 swrast: Clean up header file inclusion in ss_triangle.h. --- src/mesa/swrast_setup/ss_triangle.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mesa/swrast_setup/ss_triangle.h b/src/mesa/swrast_setup/ss_triangle.h index 0511086..a027f48 100644 --- a/src/mesa/swrast_setup/ss_triangle.h +++ b/src/mesa/swrast_setup/ss_triangle.h @@ -29,7 +29,7 @@ #ifndef SS_TRIANGLE_H #define SS_TRIANGLE_H -#include "main/mtypes.h" +struct gl_context; void _swsetup_trifuncs_init( struct gl_context *ctx ); _______________________________________________ mesa-commit mailing list mesa-commit@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-commit