diff options
author | Vinson Lee <[email protected]> | 2010-11-09 06:22:25 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-11-09 06:22:25 -0800 |
commit | 3e6a05b1aa77d70d56fb6db34bf3b7bdccbd1253 (patch) | |
tree | 46ca9b0180b845a8b436ef4040b4a1e54814e3fe /src/mesa/main/nvprogram.h | |
parent | 0c123679fc909e778cc52d6bb0cfe52bfe1789c0 (diff) |
mesa: Clean up header file inclusion in nvprogram.h.
Diffstat (limited to 'src/mesa/main/nvprogram.h')
-rw-r--r-- | src/mesa/main/nvprogram.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mesa/main/nvprogram.h b/src/mesa/main/nvprogram.h index 035f2fe2426..5668963da10 100644 --- 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); |