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

Vinson Lee vlee at kemper.freedesktop.org
Wed Aug 4 19:01:30 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Wed Aug  4 12:00:19 2010 -0700

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

Removed mtypes.h.
Include compiler.h for INLINE symbol.
Added forward declarations.

---

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

diff --git a/src/mesa/state_tracker/st_cb_bitmap.h b/src/mesa/state_tracker/st_cb_bitmap.h
index 8af975b..d04b2b6 100644
--- a/src/mesa/state_tracker/st_cb_bitmap.h
+++ b/src/mesa/state_tracker/st_cb_bitmap.h
@@ -30,7 +30,10 @@
 #define ST_CB_BITMAP_H
 
 
-#include "main/mtypes.h"
+#include "main/compiler.h"
+
+struct dd_function_table;
+struct st_context;
 
 #if FEATURE_drawpix
 




More information about the mesa-commit mailing list