Module: Mesa Branch: master Commit: 0c123679fc909e778cc52d6bb0cfe52bfe1789c0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0c123679fc909e778cc52d6bb0cfe52bfe1789c0
Author: Vinson Lee <[email protected]> Date: Tue Nov 9 06:08:29 2010 -0800 mesa: Clean up header file inclusion in multisample.h. --- src/mesa/main/multisample.h | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/mesa/main/multisample.h b/src/mesa/main/multisample.h index c7cc432..e86d409 100644 --- a/src/mesa/main/multisample.h +++ b/src/mesa/main/multisample.h @@ -26,7 +26,9 @@ #ifndef MULTISAMPLE_H #define MULTISAMPLE_H -#include "mtypes.h" +#include "glheader.h" + +struct gl_context; extern void GLAPIENTRY _mesa_SampleCoverageARB(GLclampf value, GLboolean invert); _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
