projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4504be
)
mesa: include mtypes.h in varray.h
author
Brian Paul
<brianp@vmware.com>
Thu, 25 Jan 2018 16:16:54 +0000
(09:16 -0700)
committer
Brian Paul
<brianp@vmware.com>
Thu, 25 Jan 2018 19:17:26 +0000
(12:17 -0700)
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>
src/mesa/main/varray.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/varray.h
b/src/mesa/main/varray.h
index 956553871e3ae78ab4c58194192e581e17080cf1..c27524e3bd711a848fe57eae63198d13a599501a 100644
(file)
--- a/
src/mesa/main/varray.h
+++ b/
src/mesa/main/varray.h
@@
-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,