Module: Mesa Branch: master Commit: e09800432b0544c1ec6834c4572e692e9300b394 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e09800432b0544c1ec6834c4572e692e9300b394
Author: Vinson Lee <[email protected]> Date: Tue Nov 9 05:47:17 2010 -0800 mesa: Clean up header file inclusion in lines.h. --- src/mesa/main/lines.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/mesa/main/lines.h b/src/mesa/main/lines.h index 3accdd7..8e8b3f8 100644 --- a/src/mesa/main/lines.h +++ b/src/mesa/main/lines.h @@ -33,8 +33,9 @@ #define LINES_H -#include "mtypes.h" +#include "glheader.h" +struct gl_context; extern void GLAPIENTRY _mesa_LineWidth( GLfloat width ); _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
