swrast: Clean up header file inclusion in s_span.h.
authorVinson Lee <vlee@vmware.com>
Sat, 25 Dec 2010 04:17:18 +0000 (20:17 -0800)
committerVinson Lee <vlee@vmware.com>
Sat, 25 Dec 2010 04:17:18 +0000 (20:17 -0800)
src/mesa/swrast/s_span.h

index 18e275e..afafbe0 100644 (file)
 #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;
 
 
 /**