s/format/baseFormat/ to be more explicit
[mesa.git] / src / mesa / main / fog.h
index a14d19cdb397d15ea5234068334257b143933a0b..9191a4a54ccaac65dd911b417b10b5260e23d544 100644 (file)
 #define FOG_H
 
 
-#include "mtypes.h"
+#include "glheader.h"
+#include "mfeatures.h"
+
+struct gl_context;
 
 
 #if _HAVE_FULL_GL
@@ -54,7 +57,7 @@ _mesa_Fogfv(GLenum pname, const GLfloat *params );
 extern void GLAPIENTRY
 _mesa_Fogiv(GLenum pname, const GLint *params );
 
-extern void _mesa_init_fog( GLcontext * ctx );
+extern void _mesa_init_fog( struct gl_context * ctx );
 
 #else