mesa: Clean up header file inclusion in arbprogparse.h.
authorVinson Lee <vlee@vmware.com>
Fri, 10 Dec 2010 07:52:28 +0000 (23:52 -0800)
committerVinson Lee <vlee@vmware.com>
Fri, 10 Dec 2010 07:52:28 +0000 (23:52 -0800)
src/mesa/program/arbprogparse.h

index 08e25a1c168c61bf1cd6bfc3959f2201b29e3346..4c0c3007205b6bcc20798b47dd6bda0022ad7108 100644 (file)
 #ifndef ARBPROGPARSE_H
 #define ARBPROGPARSE_H
 
-#include "main/mtypes.h"
+#include "main/glheader.h"
+
+struct gl_context;
+struct gl_fragment_program;
+struct gl_vertex_program;
 
 extern void
 _mesa_parse_arb_vertex_program(struct gl_context *ctx, GLenum target,