mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 18:08:40 +02:00
st/mesa: Clean up header inclusion in st_cb_feedback.h.
Replace mtypes.h with forward declaration. Include compiler.h for INLINE symbol.
This commit is contained in:
parent
12dac449fb
commit
85dbb2904b
1 changed files with 3 additions and 1 deletions
|
|
@ -30,7 +30,9 @@
|
|||
#define ST_CB_FEEDBACK_H
|
||||
|
||||
|
||||
#include "main/mtypes.h"
|
||||
#include "main/compiler.h"
|
||||
|
||||
struct dd_function_table;
|
||||
|
||||
#if FEATURE_feedback
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue