Mesa (master): vbo: Clean up header file inclusion in vbo.h.

Vinson Lee vlee at kemper.freedesktop.org
Thu Dec 30 08:57:43 UTC 2010


Module: Mesa
Branch: master
Commit: 43c291683c1cad16f7bec0eb5f0fafb3aedbf8bb
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=43c291683c1cad16f7bec0eb5f0fafb3aedbf8bb

Author: Vinson Lee <vlee at vmware.com>
Date:   Thu Dec 30 00:57:03 2010 -0800

vbo: Clean up header file inclusion in vbo.h.

---

 src/mesa/vbo/vbo.h |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/mesa/vbo/vbo.h b/src/mesa/vbo/vbo.h
index 79f7665..e221538 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;




More information about the mesa-commit mailing list