mesa: Clean up header file inclusion in nvprogram.h.

This commit is contained in:
Vinson Lee 2010-11-09 06:22:25 -08:00
parent 0c123679fc
commit 3e6a05b1aa
1 changed files with 3 additions and 1 deletions

View File

@ -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);