mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
st/mesa: Clean up header file inclusion in st_cb_drawtex.h.
Replace mtypes.h with forward declarations. Include compiler.h for INLINE symbol.
This commit is contained in:
parent
dce63cf431
commit
137c510097
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue