projects
/
profile
/
ivi
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2aa36f7
)
mesa: Clean up header file inclusion in varray.h.
author
Vinson Lee
<vlee@vmware.com>
Tue, 7 Dec 2010 08:33:36 +0000
(
00:33
-0800)
committer
Vinson Lee
<vlee@vmware.com>
Tue, 7 Dec 2010 08:33:36 +0000
(
00:33
-0800)
src/mesa/main/varray.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/varray.h
b/src/mesa/main/varray.h
index
fb96478
..
af93241
100644
(file)
--- a/
src/mesa/main/varray.h
+++ b/
src/mesa/main/varray.h
@@
-28,7
+28,11
@@
#define VARRAY_H
-#include "mtypes.h"
+#include "glheader.h"
+#include "mfeatures.h"
+
+struct gl_client_array;
+struct gl_context;
#if _HAVE_FULL_GL