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

This commit is contained in:
Vinson Lee 2010-12-11 14:37:18 -08:00
parent 7d8c067460
commit bf8242684a
1 changed files with 4 additions and 1 deletions

View File

@ -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,