projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c272856
)
mesa: Clean up header file inclusion in nvvertparse.h.
author
Vinson Lee
<vlee@vmware.com>
Tue, 14 Dec 2010 08:22:27 +0000
(
00:22
-0800)
committer
Vinson Lee
<vlee@vmware.com>
Tue, 14 Dec 2010 08:22:27 +0000
(
00:22
-0800)
src/mesa/program/nvvertparse.h
patch
|
blob
|
history
diff --git
a/src/mesa/program/nvvertparse.h
b/src/mesa/program/nvvertparse.h
index e98e867320fe8c050b836fa2e9df8b2cd40a0284..7318e14941661ea0cada03cb2044c09be60767f8 100644
(file)
--- a/
src/mesa/program/nvvertparse.h
+++ b/
src/mesa/program/nvvertparse.h
@@
-29,7
+29,10
@@
#ifndef NVVERTPARSE_H
#define NVVERTPARSE_H
-#include "main/mtypes.h"
+#include "main/glheader.h"
+
+struct gl_context;
+struct gl_vertex_program;
extern void
_mesa_parse_nv_vertex_program(struct gl_context *ctx, GLenum target,