OSDN Git Service

st/mesa: Clean up header file inclusion in st_cb_blit.h.
authorVinson Lee <vlee@vmware.com>
Wed, 4 Aug 2010 19:07:12 +0000 (12:07 -0700)
committerVinson Lee <vlee@vmware.com>
Wed, 4 Aug 2010 19:08:17 +0000 (12:08 -0700)
Replaced mtypes.h and st_context.h with forward declarations.
Added compiler.h for INLINE symbol.

src/mesa/state_tracker/st_cb_blit.h

index 7ab9a54..c230652 100644 (file)
 #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