X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fmain%2Fpoints.h;h=306a8a572f93b41cb72f836cb3bb5f394ba214b6;hb=f2616e56de8a48360cae8f269727b58490555f4d;hp=156641eab914f9e4376c9e4b7b56e1ec25e281e2;hpb=16e8ee33bd3db1b14a97b3ddd2a7a8833851f8fb;p=mesa.git diff --git a/src/mesa/main/points.h b/src/mesa/main/points.h index 156641eab91..306a8a572f9 100644 --- a/src/mesa/main/points.h +++ b/src/mesa/main/points.h @@ -32,7 +32,9 @@ #define POINTS_H -#include "mtypes.h" +#include "glheader.h" + +struct gl_context; extern void GLAPIENTRY @@ -51,7 +53,7 @@ extern void GLAPIENTRY _mesa_PointParameterfv( GLenum pname, const GLfloat *params ); extern void -_mesa_init_point( GLcontext * ctx ); +_mesa_init_point( struct gl_context * ctx ); #endif