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

Vinson Lee vlee at kemper.freedesktop.org
Wed Aug 4 19:08:40 UTC 2010


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

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

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

Replaced mtypes.h and st_context.h with forward declarations.
Added compiler.h for INLINE symbol.

---

 src/mesa/state_tracker/st_cb_blit.h |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/mesa/state_tracker/st_cb_blit.h b/src/mesa/state_tracker/st_cb_blit.h
index 7ab9a54..c230652 100644
--- a/src/mesa/state_tracker/st_cb_blit.h
+++ b/src/mesa/state_tracker/st_cb_blit.h
@@ -29,8 +29,10 @@
 #define ST_CB_BLIT_H
 
 
-#include "main/mtypes.h"
-#include "st_context.h"
+#include "main/compiler.h"
+
+struct dd_function_table;
+struct st_context;
 
 
 extern void




More information about the mesa-commit mailing list