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