Module: Mesa Branch: master Commit: 5264615b52d0ddf3509078d3518588c70005b00c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5264615b52d0ddf3509078d3518588c70005b00c
Author: Vinson Lee <[email protected]> Date: Fri Jul 30 00:00:22 2010 -0700 mesa: Reduce clip.h header file inclusion. --- src/mesa/main/clip.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mesa/main/clip.h b/src/mesa/main/clip.h index d53afb4..ac472d6 100644 --- a/src/mesa/main/clip.h +++ b/src/mesa/main/clip.h @@ -31,7 +31,7 @@ #ifndef CLIP_H #define CLIP_H -#include "mtypes.h" +#include "glheader.h" extern void GLAPIENTRY _mesa_ClipPlane( GLenum plane, const GLdouble *equation ); _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
