projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
176a835
)
vbo: Clean up header file inclusion in vbo.h.
author
Vinson Lee
<vlee@vmware.com>
Thu, 30 Dec 2010 08:57:03 +0000
(
00:57
-0800)
committer
Vinson Lee
<vlee@vmware.com>
Thu, 30 Dec 2010 08:57:03 +0000
(
00:57
-0800)
src/mesa/vbo/vbo.h
patch
|
blob
|
history
diff --git
a/src/mesa/vbo/vbo.h
b/src/mesa/vbo/vbo.h
index
79f7665
..
e221538
100644
(file)
--- a/
src/mesa/vbo/vbo.h
+++ b/
src/mesa/vbo/vbo.h
@@
-32,7
+32,10
@@
#ifndef _VBO_H
#define _VBO_H
-#include "main/mtypes.h"
+#include "main/glheader.h"
+
+struct gl_client_array;
+struct gl_context;
struct _mesa_prim {
GLuint mode:8;