Drop GLcontext typedef and use struct gl_context instead
[mesa.git] / src / mesa / swrast / s_texcombine.h
index 20cd2bd8ad123a1b5817fc3c15f8e1abca407054..5f47ebecbf1c60ea57283c435e3e961d2863ca45 100644 (file)
@@ -28,9 +28,9 @@
 
 
 #include "main/mtypes.h"
-#include "swrast.h"
+#include "s_span.h"
 
 extern void
-_swrast_texture_span( GLcontext *ctx, SWspan *span );
+_swrast_texture_span( struct gl_context *ctx, SWspan *span );
 
 #endif