diff options
author | Vinson Lee <[email protected]> | 2010-11-09 06:00:01 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-11-09 06:00:01 -0800 |
commit | c509bf91ecfdcf82fdab6990c400578f4400de57 (patch) | |
tree | f09c692f264341b31103e02cc77c4cdc42b89793 /src/mesa | |
parent | e09800432b0544c1ec6834c4572e692e9300b394 (diff) |
mesa: Clean up header file inclusion in matrix.h.
Diffstat (limited to 'src/mesa')
-rw-r--r-- | 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 38fd235b117..2878cc134b5 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, |