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