Module: Mesa Branch: master Commit: ebe95d37967c32a951f13e552badecc84b295d9b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ebe95d37967c32a951f13e552badecc84b295d9b
Author: Vinson Lee <[email protected]> Date: Fri Dec 24 19:25:30 2010 -0800 swrast: Clean up header file inclusion in s_accum.h. --- src/mesa/swrast/s_accum.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/mesa/swrast/s_accum.h b/src/mesa/swrast/s_accum.h index 071644b..1ad7d32 100644 --- a/src/mesa/swrast/s_accum.h +++ b/src/mesa/swrast/s_accum.h @@ -27,7 +27,8 @@ #define S_ACCUM_H -#include "main/mtypes.h" +struct gl_context; +struct gl_renderbuffer; extern void _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
