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

Author: Vinson Lee <[email protected]>
Date:   Sat Dec 25 20:03:33 2010 -0800

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

---

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

diff --git a/src/mesa/swrast/s_masking.h b/src/mesa/swrast/s_masking.h
index 3712c82..5124509 100644
--- a/src/mesa/swrast/s_masking.h
+++ b/src/mesa/swrast/s_masking.h
@@ -27,9 +27,12 @@
 #define S_MASKING_H
 
 
-#include "main/mtypes.h"
+#include "main/glheader.h"
 #include "s_span.h"
 
+struct gl_context;
+struct gl_renderbuffer;
+
 
 extern void
 _swrast_mask_rgba_span(struct gl_context *ctx, struct gl_renderbuffer *rb,

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to