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

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

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

---

 src/mesa/swrast/s_texcombine.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/mesa/swrast/s_texcombine.h b/src/mesa/swrast/s_texcombine.h
index 5f47ebe..11049d8 100644
--- a/src/mesa/swrast/s_texcombine.h
+++ b/src/mesa/swrast/s_texcombine.h
@@ -27,9 +27,10 @@
 #define S_TEXCOMBINE_H
 
 
-#include "main/mtypes.h"
 #include "s_span.h"
 
+struct gl_context;
+
 extern void
 _swrast_texture_span( struct gl_context *ctx, SWspan *span );
 

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

Reply via email to