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

Vinson Lee vlee at kemper.freedesktop.org
Sat Dec 25 04:43:58 UTC 2010


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

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

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

---

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

diff --git a/src/mesa/swrast/s_logic.h b/src/mesa/swrast/s_logic.h
index 95c7fe3..0a3adfc 100644
--- a/src/mesa/swrast/s_logic.h
+++ b/src/mesa/swrast/s_logic.h
@@ -27,9 +27,11 @@
 #define S_LOGIC_H
 
 
-#include "main/mtypes.h"
 #include "s_span.h"
 
+struct gl_context;
+struct gl_renderbuffer;
+
 extern void
 _swrast_logicop_rgba_span(struct gl_context *ctx, struct gl_renderbuffer *rb,
                           SWspan *span);




More information about the mesa-commit mailing list