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

Vinson Lee vlee at kemper.freedesktop.org
Sat Aug 7 19:20:08 UTC 2010


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

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

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

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

---

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

diff --git a/src/mesa/swrast/s_alpha.h b/src/mesa/swrast/s_alpha.h
index 7a5b72e..239484a 100644
--- a/src/mesa/swrast/s_alpha.h
+++ b/src/mesa/swrast/s_alpha.h
@@ -28,7 +28,8 @@
 #define S_ALPHA_H
 
 
-#include "s_context.h"
+#include "main/mtypes.h"
+#include "s_span.h"
 
 
 extern GLint




More information about the mesa-commit mailing list