X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fmain%2Flines.h;h=8e8b3f8d6e12e1febe68899ad6d1e7520d8ce1db;hb=d012e6d8fe2f4f1139af9e47a684960e8cde103e;hp=5a47e9858d5ca2c45ed567769d6be70dd42d1b44;hpb=e3358dea660f5dec53a8be9e38d725f4fd829e14;p=mesa.git diff --git a/src/mesa/main/lines.h b/src/mesa/main/lines.h index 5a47e9858d5..8e8b3f8d6e1 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 ); @@ -43,6 +44,6 @@ extern void GLAPIENTRY _mesa_LineStipple( GLint factor, GLushort pattern ); extern void GLAPIENTRY -_mesa_init_line( GLcontext * ctx ); +_mesa_init_line( struct gl_context * ctx ); #endif