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

Vinson Lee vlee at kemper.freedesktop.org
Sun Dec 26 04:12:56 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
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 );
 




More information about the mesa-commit mailing list