swrast: Clean up header file inclusion in s_blend.h.

This commit is contained in:
Vinson Lee
2010-12-24 19:55:42 -08:00
parent c9a0e25919
commit b3c59acca6
+4 -1
View File
@@ -27,9 +27,12 @@
#define S_BLEND_H
#include "main/mtypes.h"
#include "main/glheader.h"
#include "s_span.h"
struct gl_context;
struct gl_renderbuffer;
extern void
_swrast_blend_span(struct gl_context *ctx, struct gl_renderbuffer *rb, SWspan *span);