diff options
author | Vinson Lee <vlee@vmware.com> | 2010-08-04 12:00:19 -0700 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-08-04 12:00:19 -0700 |
commit | e6902afeee522494f1787cc7c79415f55dce2eb4 (patch) | |
tree | 7485805c0e1881a7040dd02b3dcf824e44cca880 | |
parent | 2542d8e0c2ec3eb4de266c0b2ad93dba918cb89c (diff) |
st/mesa: Clean up header file inclusion in st_cb_bitmap.h.
Removed mtypes.h.
Include compiler.h for INLINE symbol.
Added forward declarations.
-rw-r--r-- | src/mesa/state_tracker/st_cb_bitmap.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/st_cb_bitmap.h b/src/mesa/state_tracker/st_cb_bitmap.h index 8af975b74f..d04b2b6779 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 |