summaryrefslogtreecommitdiff
path: root/src/mesa/main/matrix.h
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-11-09 06:00:01 -0800
committerVinson Lee <vlee@vmware.com>2010-11-09 06:00:01 -0800
commitc509bf91ecfdcf82fdab6990c400578f4400de57 (patch)
treef09c692f264341b31103e02cc77c4cdc42b89793 /src/mesa/main/matrix.h
parente09800432b0544c1ec6834c4572e692e9300b394 (diff)
mesa: Clean up header file inclusion in matrix.h.
Diffstat (limited to 'src/mesa/main/matrix.h')
-rw-r--r--src/mesa/main/matrix.h3
1 files changed, 2 insertions, 1 deletions
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,