Module: Mesa Branch: master Commit: 48def868d96bdcef61d31bd4399d5bbb3bb8818d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=48def868d96bdcef61d31bd4399d5bbb3bb8818d
Author: Vinson Lee <[email protected]> Date: Fri Aug 13 01:23:39 2010 -0700 mesa: Clean up header file inclusion in vf.h. Remove mtypes.h. Include glheader.h for GL symbols. --- src/mesa/vf/vf.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mesa/vf/vf.h b/src/mesa/vf/vf.h index 83d7547..5fe392b 100644 --- a/src/mesa/vf/vf.h +++ b/src/mesa/vf/vf.h @@ -28,7 +28,7 @@ #ifndef VF_VERTEX_H #define VF_VERTEX_H -#include "main/mtypes.h" +#include "main/glheader.h" #include "math/m_vector.h" enum { _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
