mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-24 19:00:23 +01:00
st/mesa: Clean up header file inclusion in st_cb_accum.h.
This commit is contained in:
parent
488e994ba9
commit
ac09685d2a
1 changed files with 5 additions and 1 deletions
|
|
@ -30,7 +30,11 @@
|
|||
#define ST_CB_ACCUM_H
|
||||
|
||||
|
||||
#include "main/mtypes.h"
|
||||
#include "main/mfeatures.h"
|
||||
|
||||
struct dd_function_table;
|
||||
struct gl_context;
|
||||
struct gl_renderbuffer;
|
||||
|
||||
#if FEATURE_accum
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue