projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e47eacd
)
mesa: Clean up header file inclusion in arbprogparse.h.
author
Vinson Lee
<vlee@vmware.com>
Fri, 10 Dec 2010 07:52:28 +0000
(23:52 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Fri, 10 Dec 2010 07:52:28 +0000
(23:52 -0800)
src/mesa/program/arbprogparse.h
patch
|
blob
|
history
diff --git
a/src/mesa/program/arbprogparse.h
b/src/mesa/program/arbprogparse.h
index 08e25a1c168c61bf1cd6bfc3959f2201b29e3346..4c0c3007205b6bcc20798b47dd6bda0022ad7108 100644
(file)
--- a/
src/mesa/program/arbprogparse.h
+++ b/
src/mesa/program/arbprogparse.h
@@
-26,7
+26,11
@@
#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,