From: Vinson Lee Date: Thu, 30 Dec 2010 08:57:03 +0000 (-0800) Subject: vbo: Clean up header file inclusion in vbo.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=43c291683c1cad16f7bec0eb5f0fafb3aedbf8bb;p=mesa.git vbo: Clean up header file inclusion in vbo.h. --- diff --git a/src/mesa/vbo/vbo.h b/src/mesa/vbo/vbo.h index 79f76655354..e221538bad4 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;