summaryrefslogtreecommitdiff
path: root/src/mesa/vbo
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-12-30 00:57:03 -0800
committerVinson Lee <vlee@vmware.com>2010-12-30 00:57:03 -0800
commit43c291683c1cad16f7bec0eb5f0fafb3aedbf8bb (patch)
tree8d5f8b726e734b3e4b5f1b4108f7a4a5e065d546 /src/mesa/vbo
parent176a8359b93badfff3b6f6e78df974f870fbf7aa (diff)
vbo: Clean up header file inclusion in vbo.h.
Diffstat (limited to 'src/mesa/vbo')
-rw-r--r--src/mesa/vbo/vbo.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mesa/vbo/vbo.h b/src/mesa/vbo/vbo.h
index 79f7665535..e221538bad 100644
--- 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;