Module: Mesa Branch: master Commit: 63f1740a5d9a4ed36026da3e4c1370441218f919 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=63f1740a5d9a4ed36026da3e4c1370441218f919
Author: Vinson Lee <[email protected]> Date: Tue Nov 9 01:04:22 2010 -0800 mesa: Clean up header file inclusion in framebuffer.h. --- src/mesa/main/framebuffer.h | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/mesa/main/framebuffer.h b/src/mesa/main/framebuffer.h index 13722ea..20e3ff5 100644 --- a/src/mesa/main/framebuffer.h +++ b/src/mesa/main/framebuffer.h @@ -26,7 +26,10 @@ #ifndef FRAMEBUFFER_H #define FRAMEBUFFER_H -#include "mtypes.h" +#include "glheader.h" + +struct gl_config; +struct gl_context; extern struct gl_framebuffer * _mesa_create_framebuffer(const struct gl_config *visual); _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
