Mesa (master): st/mesa: Clean up header file inclusion in st_cb_accum.h.

Vinson Lee vlee at kemper.freedesktop.org
Sat Dec 18 09:29:00 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Dec 18 01:28:18 2010 -0800

st/mesa: Clean up header file inclusion in st_cb_accum.h.

---

 src/mesa/state_tracker/st_cb_accum.h |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/mesa/state_tracker/st_cb_accum.h b/src/mesa/state_tracker/st_cb_accum.h
index b8c9c35..050a214 100644
--- a/src/mesa/state_tracker/st_cb_accum.h
+++ b/src/mesa/state_tracker/st_cb_accum.h
@@ -30,7 +30,11 @@
 #define ST_CB_ACCUM_H
 
 
-#include "main/mtypes.h"
+#include "main/mfeatures.h"
+
+struct dd_function_table;
+struct gl_context;
+struct gl_renderbuffer;
 
 #if FEATURE_accum
 




More information about the mesa-commit mailing list