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

Vinson Lee vlee at kemper.freedesktop.org
Sat Dec 25 03:25:54 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Fri Dec 24 19:25:30 2010 -0800

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

---

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

diff --git a/src/mesa/swrast/s_accum.h b/src/mesa/swrast/s_accum.h
index 071644b..1ad7d32 100644
--- a/src/mesa/swrast/s_accum.h
+++ b/src/mesa/swrast/s_accum.h
@@ -27,7 +27,8 @@
 #define S_ACCUM_H
 
 
-#include "main/mtypes.h"
+struct gl_context;
+struct gl_renderbuffer;
 
 
 extern void




More information about the mesa-commit mailing list