Mesa (master): mesa: Clean up header file inclusion in matrix.h.

Vinson Lee vlee at kemper.freedesktop.org
Tue Nov 9 14:00:23 UTC 2010


Module: Mesa
Branch: master
Commit: c509bf91ecfdcf82fdab6990c400578f4400de57
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c509bf91ecfdcf82fdab6990c400578f4400de57

Author: Vinson Lee <vlee at vmware.com>
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,




More information about the mesa-commit mailing list