Module: Mesa Branch: master Commit: c509bf91ecfdcf82fdab6990c400578f4400de57 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c509bf91ecfdcf82fdab6990c400578f4400de57
Author: Vinson Lee <[email protected]> Date: Tue Nov 9 06:00:01 2010 -0800 mesa: Clean up header file inclusion in matrix.h. --- src/mesa/main/matrix.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/mesa/main/matrix.h b/src/mesa/main/matrix.h index 38fd235..2878cc1 100644 --- a/src/mesa/main/matrix.h +++ b/src/mesa/main/matrix.h @@ -28,8 +28,9 @@ #define MATRIX_H -#include "mtypes.h" +#include "glheader.h" +struct gl_context; extern void GLAPIENTRY _mesa_Frustum( GLdouble left, GLdouble right, _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
