From: Vinson Lee Date: Sat, 25 Dec 2010 04:17:18 +0000 (-0800) Subject: swrast: Clean up header file inclusion in s_span.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3e2ea145b16f6c2894121df7b4a802d8bbbe6d46;p=mesa.git swrast: Clean up header file inclusion in s_span.h. --- diff --git a/src/mesa/swrast/s_span.h b/src/mesa/swrast/s_span.h index 18e275ec8ab..afafbe09acf 100644 --- a/src/mesa/swrast/s_span.h +++ b/src/mesa/swrast/s_span.h @@ -28,7 +28,12 @@ #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; /**