mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
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:
parent
2542d8e0c2
commit
e6902afeee
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue