From: Vinson Lee Date: Wed, 4 Aug 2010 19:46:38 +0000 (-0700) Subject: st/mesa: Clean up header file inclusion in st_cb_drawtex.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=137c510097503e590cf8b30d2b97e617b9a1543b;p=mesa.git st/mesa: Clean up header file inclusion in st_cb_drawtex.h. Replace mtypes.h with forward declarations. Include compiler.h for INLINE symbol. --- diff --git a/src/mesa/state_tracker/st_cb_drawtex.h b/src/mesa/state_tracker/st_cb_drawtex.h index a3f54a349cc..d21262f8977 100644 --- a/src/mesa/state_tracker/st_cb_drawtex.h +++ b/src/mesa/state_tracker/st_cb_drawtex.h @@ -10,7 +10,10 @@ #define ST_CB_DRAWTEX_H -#include "main/mtypes.h" +#include "main/compiler.h" + +struct dd_function_table; +struct st_context; #if FEATURE_OES_draw_texture