projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e098004
)
mesa: Clean up header file inclusion in matrix.h.
author
Vinson Lee
<vlee@vmware.com>
Tue, 9 Nov 2010 14:00:01 +0000
(06:00 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Tue, 9 Nov 2010 14:00:01 +0000
(06:00 -0800)
src/mesa/main/matrix.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/matrix.h
b/src/mesa/main/matrix.h
index 38fd235b117e347e60acd847b045a650434e17e6..2878cc134b5d0d39866659c80dbe1d90b4bd5b91 100644
(file)
--- 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,