Module: Mesa Branch: master Commit: d59075303a2d64b619d592c104fe69cb39c67046 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d59075303a2d64b619d592c104fe69cb39c67046
Author: Vinson Lee <[email protected]> Date: Fri Dec 24 18:35:10 2010 -0800 swrast: Clean up header file inclusion in s_aaline.h. --- src/mesa/swrast/s_aaline.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mesa/swrast/s_aaline.h b/src/mesa/swrast/s_aaline.h index f7d92c5..74d5518 100644 --- a/src/mesa/swrast/s_aaline.h +++ b/src/mesa/swrast/s_aaline.h @@ -28,7 +28,7 @@ #define S_AALINE_H -#include "main/mtypes.h" +struct gl_context; extern void _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
