st/mesa: Clean up header file inclusion in st_cb_bitmap.h.

Removed mtypes.h.
Include compiler.h for INLINE symbol.
Added forward declarations.
This commit is contained in:
Vinson Lee 2010-08-04 12:00:19 -07:00
parent 2542d8e0c2
commit e6902afeee

View file

@ -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