projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d8c067
)
mesa: Clean up header file inclusion in nvfragparse.h.
author
Vinson Lee
<vlee@vmware.com>
Sat, 11 Dec 2010 22:37:18 +0000
(14:37 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Sat, 11 Dec 2010 22:37:18 +0000
(14:37 -0800)
src/mesa/program/nvfragparse.h
patch
|
blob
|
history
diff --git
a/src/mesa/program/nvfragparse.h
b/src/mesa/program/nvfragparse.h
index 3e85dd2c30b75c7e53b68d0f29ebfd79a9a2977e..088e7527d5bd9ef41fba08cea44239a540450f0b 100644
(file)
--- a/
src/mesa/program/nvfragparse.h
+++ b/
src/mesa/program/nvfragparse.h
@@
-30,7
+30,10
@@
#ifndef NVFRAGPARSE_H
#define NVFRAGPARSE_H
-#include "main/mtypes.h"
+#include "main/glheader.h"
+
+struct gl_context;
+struct gl_fragment_program;
extern void
_mesa_parse_nv_fragment_program(struct gl_context *ctx, GLenum target,