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

This commit is contained in:
Vinson Lee
2010-12-24 20:17:18 -08:00
parent 7d5f5d3843
commit 3e2ea145b1

View File

@@ -28,7 +28,12 @@
#define S_SPAN_H #define S_SPAN_H
#include "swrast.h" #include "main/config.h"
#include "main/glheader.h"
#include "main/mtypes.h"
struct gl_context;
struct gl_renderbuffer;
/** /**