From e09800432b0544c1ec6834c4572e692e9300b394 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Tue, 9 Nov 2010 05:47:17 -0800 Subject: [PATCH] mesa: Clean up header file inclusion in lines.h. --- src/mesa/main/lines.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ); -- 2.7.4