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

Vinson Lee vlee at kemper.freedesktop.org
Sat Aug 7 19:37:28 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Aug  7 12:36:50 2010 -0700

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

Include mtypes.h for GLcontext symbol.
Include s_span.h for SWspan symbol.

---

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

diff --git a/src/mesa/swrast/s_blend.h b/src/mesa/swrast/s_blend.h
index 8d5a816..9cedde3 100644
--- a/src/mesa/swrast/s_blend.h
+++ b/src/mesa/swrast/s_blend.h
@@ -27,7 +27,8 @@
 #define S_BLEND_H
 
 
-#include "s_context.h"
+#include "main/mtypes.h"
+#include "s_span.h"
 
 
 extern void




More information about the mesa-commit mailing list