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

Vinson Lee vlee at kemper.freedesktop.org
Sat Dec 25 03:57:14 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Fri Dec 24 19:55:42 2010 -0800

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

---

 src/mesa/swrast/s_blend.h |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/mesa/swrast/s_blend.h b/src/mesa/swrast/s_blend.h
index 8b06dd5..69cd89e 100644
--- a/src/mesa/swrast/s_blend.h
+++ b/src/mesa/swrast/s_blend.h
@@ -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);




More information about the mesa-commit mailing list