diff options
author | Vinson Lee <vlee@vmware.com> | 2010-11-09 05:47:17 -0800 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-11-09 05:47:17 -0800 |
commit | e09800432b0544c1ec6834c4572e692e9300b394 (patch) | |
tree | 4a35b29e50dcc6f3584e2471a0e5b9e8df7af0cb | |
parent | a20e440c65987a2d5b97dd0cbf6c2efbfdf5ec57 (diff) |
mesa: Clean up header file inclusion in lines.h.
-rw-r--r-- | 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 3accdd7800..8e8b3f8d6e 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 ); |