Module: Mesa Branch: master Commit: bab188d22f033dd64f1ee4e50163131087ecff97 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bab188d22f033dd64f1ee4e50163131087ecff97
Author: Vinson Lee <[email protected]> Date: Sat Nov 20 21:14:06 2010 -0800 mesa: Clean up header file inclusion in rastpos.h. --- src/mesa/main/rastpos.h | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/mesa/main/rastpos.h b/src/mesa/main/rastpos.h index 9b508ea..d113906 100644 --- a/src/mesa/main/rastpos.h +++ b/src/mesa/main/rastpos.h @@ -32,8 +32,11 @@ #define RASTPOS_H -#include "main/mtypes.h" +#include "compiler.h" +#include "mfeatures.h" +struct _glapi_table; +struct gl_context; #if FEATURE_rastpos _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
