mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
st/mesa: Clean up header file inclusion in st_draw.h.
This commit is contained in:
parent
5c102dd94f
commit
3d03b4d839
1 changed files with 2 additions and 1 deletions
|
|
@ -36,10 +36,11 @@
|
|||
|
||||
#include "main/compiler.h"
|
||||
#include "main/glheader.h"
|
||||
#include "main/mtypes.h"
|
||||
|
||||
struct _mesa_index_buffer;
|
||||
struct _mesa_prim;
|
||||
struct gl_client_array;
|
||||
struct gl_context;
|
||||
struct st_context;
|
||||
|
||||
void st_init_draw( struct st_context *st );
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue