st/mesa: fix comments, whitespace
[mesa.git] / src / mesa / state_tracker / st_cb_texture.h
index 6942478e8154d8a37f74b8b7d9d39c86e986b8ad..f1502bda788ed53ed9989a94bee8279f1b9c9861 100644 (file)
 
 
 #include "main/glheader.h"
-#include "main/mtypes.h"
 
 struct dd_function_table;
+struct gl_context;
+struct gl_texture_object;
 struct pipe_context;
 struct st_context;
 
 extern GLboolean
-st_finalize_texture(GLcontext *ctx,
+st_finalize_texture(struct gl_context *ctx,
                    struct pipe_context *pipe, 
                    struct gl_texture_object *tObj);