From: Vinson Lee Date: Wed, 4 Aug 2010 19:07:12 +0000 (-0700) Subject: st/mesa: Clean up header file inclusion in st_cb_blit.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=eb4f2d4b0264e180f818230fa69a420793423eb7;p=mesa.git 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. --- diff --git a/src/mesa/state_tracker/st_cb_blit.h b/src/mesa/state_tracker/st_cb_blit.h index 7ab9a54df90..c230652cefc 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