mesa: Clean up header file inclusion in polygon.h.
[mesa.git] / src / mesa / swrast / s_fragprog.h
index e1b7e6791855d7cc3c75da0a67b20a96d6c9aa64..689d3fc82e4a79fc5adcb525803ea03731713215 100644 (file)
 #define S_FRAGPROG_H
 
 
-#include "s_context.h"
+#include "main/mtypes.h"
+#include "s_span.h"
 
 
 extern void
-_swrast_exec_fragment_program(GLcontext *ctx, SWspan *span);
+_swrast_exec_fragment_program(struct gl_context *ctx, SWspan *span);
 
 
 #endif /* S_FRAGPROG_H */