From: Vinson Lee Date: Wed, 4 Aug 2010 19:00:19 +0000 (-0700) Subject: st/mesa: Clean up header file inclusion in st_cb_bitmap.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e6902afeee522494f1787cc7c79415f55dce2eb4;p=mesa.git st/mesa: Clean up header file inclusion in st_cb_bitmap.h. Removed mtypes.h. Include compiler.h for INLINE symbol. Added forward declarations. --- diff --git a/src/mesa/state_tracker/st_cb_bitmap.h b/src/mesa/state_tracker/st_cb_bitmap.h index 8af975b74fc..d04b2b67795 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