Module: Mesa Branch: master Commit: 20f041952c9d71f9cd42b56d148bdc93b8472b57 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=20f041952c9d71f9cd42b56d148bdc93b8472b57
Author: Vinson Lee <[email protected]> Date: Sat Nov 20 22:17:28 2010 -0800 mesa: Clean up header file inclusion in shaderapi.h. --- src/mesa/main/shaderapi.h | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/mesa/main/shaderapi.h b/src/mesa/main/shaderapi.h index df78351..e4b4776 100644 --- a/src/mesa/main/shaderapi.h +++ b/src/mesa/main/shaderapi.h @@ -28,8 +28,10 @@ #include "glheader.h" -#include "mtypes.h" +struct _glapi_table; +struct gl_context; +struct gl_shader_program; extern GLint _mesa_sizeof_glsl_type(GLenum type); _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
