mesa: Clean up header file inclusion in nvfragparse.h.
authorVinson Lee <vlee@vmware.com>
Sat, 11 Dec 2010 22:37:18 +0000 (14:37 -0800)
committerVinson Lee <vlee@vmware.com>
Sat, 11 Dec 2010 22:37:18 +0000 (14:37 -0800)
src/mesa/program/nvfragparse.h

index 3e85dd2c30b75c7e53b68d0f29ebfd79a9a2977e..088e7527d5bd9ef41fba08cea44239a540450f0b 100644 (file)
 #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,