From c509bf91ecfdcf82fdab6990c400578f4400de57 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Tue, 9 Nov 2010 06:00:01 -0800 Subject: mesa: Clean up header file inclusion in matrix.h. --- src/mesa/main/matrix.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mesa/main') diff --git a/src/mesa/main/matrix.h b/src/mesa/main/matrix.h index 38fd235b11..2878cc134b 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, -- cgit v1.2.3