projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c12367
)
mesa: Clean up header file inclusion in nvprogram.h.
author
Vinson Lee
<vlee@vmware.com>
Tue, 9 Nov 2010 14:22:25 +0000
(06:22 -0800)
committer
Vinson Lee
<vlee@vmware.com>
Tue, 9 Nov 2010 14:22:25 +0000
(06:22 -0800)
src/mesa/main/nvprogram.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/nvprogram.h
b/src/mesa/main/nvprogram.h
index 035f2fe24264d4de3169c8bde3f6361bb82a5f17..5668963da100d2f38e1e76ad71ef87e399d8991f 100644
(file)
--- a/
src/mesa/main/nvprogram.h
+++ b/
src/mesa/main/nvprogram.h
@@
-30,7
+30,9
@@
#define NVPROGRAM_H
#include "glheader.h"
-#include "mtypes.h"
+
+struct gl_context;
+struct gl_program;
extern void GLAPIENTRY
_mesa_ExecuteProgramNV(GLenum target, GLuint id, const GLfloat *params);