Mesa (master): swrast: Clean up header file inclusion in s_span.h.

Vinson Lee vlee at kemper.freedesktop.org
Sat Dec 25 04:17:42 UTC 2010


Module: Mesa
Branch: master
Commit: 3e2ea145b16f6c2894121df7b4a802d8bbbe6d46
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3e2ea145b16f6c2894121df7b4a802d8bbbe6d46

Author: Vinson Lee <vlee at vmware.com>
Date:   Fri Dec 24 20:17:18 2010 -0800

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

---

 src/mesa/swrast/s_span.h |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/src/mesa/swrast/s_span.h b/src/mesa/swrast/s_span.h
index 18e275e..afafbe0 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;
 
 
 /**




More information about the mesa-commit mailing list