Module: Mesa Branch: master Commit: 6121730e74ed4ff80569cfa496721afbf8ee7d22 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6121730e74ed4ff80569cfa496721afbf8ee7d22
Author: Vinson Lee <[email protected]> Date: Tue Nov 9 00:51:41 2010 -0800 mesa: Clean up header file inclusion in fbobject.h. --- src/mesa/main/fbobject.h | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/mesa/main/fbobject.h b/src/mesa/main/fbobject.h index 9e18e53..2aace2e 100644 --- a/src/mesa/main/fbobject.h +++ b/src/mesa/main/fbobject.h @@ -26,7 +26,10 @@ #ifndef FBOBJECT_H #define FBOBJECT_H -#include "mtypes.h" +#include "glheader.h" + +struct gl_context; +struct gl_texture_object; extern void _mesa_init_fbobjects(struct gl_context *ctx); _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
