mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 17:48:10 +02:00
mesa: include mtypes.h in varray.h
We actually use some of the types from mtypes.h so include it directly instead of relying on indirectly including it via bufferobj.h Reviewed-by: Charmaine Lee <charmainel@vmware.com>
This commit is contained in:
parent
e4504be6fc
commit
ba01589c0c
1 changed files with 1 additions and 3 deletions
|
|
@ -28,11 +28,9 @@
|
|||
#define VARRAY_H
|
||||
|
||||
|
||||
#include "glheader.h"
|
||||
#include "mtypes.h"
|
||||
#include "bufferobj.h"
|
||||
|
||||
struct gl_vertex_array;
|
||||
struct gl_context;
|
||||
|
||||
/**
|
||||
* Returns a pointer to the vertex attribute data in a client array,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue