mesa: remove ARB_transpose_matrix extension enable flag
[mesa.git] / src / mesa / main / lines.h
index 5a47e9858d5ca2c45ed567769d6be70dd42d1b44..8e8b3f8d6e12e1febe68899ad6d1e7520d8ce1db 100644 (file)
@@ -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